No more extra whitespace.
This commit is contained in:
parent
c06c4c0ccb
commit
bcda67b8eb
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue