No more extra whitespace.

This commit is contained in:
Nitish Sakhawalkar 2017-03-02 10:50:48 -08:00
parent c06c4c0ccb
commit bcda67b8eb

View file

@ -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;