mirror of
https://github.com/electron/electron.git
synced 2026-02-17 02:21:37 -05:00
No more extra whitespace.
This commit is contained in:
@@ -923,7 +923,7 @@ void WebContents::LoadURL(const GURL& url, const mate::Dictionary& options) {
|
||||
params.base_url_for_data_url = base_url_for_data_url;
|
||||
params.load_type = content::NavigationController::LOAD_TYPE_DATA;
|
||||
}
|
||||
|
||||
|
||||
params.transition_type = ui::PAGE_TRANSITION_TYPED;
|
||||
params.should_clear_history_list = true;
|
||||
params.override_user_agent = content::NavigationController::UA_OVERRIDE_TRUE;
|
||||
|
||||
Reference in New Issue
Block a user