Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1714)

Unified Diff: chrome/browser/ui/webui/settings/md_settings_ui.cc

Issue 2716493004: Renamed NavigationHandle::IsSamePage to NavigationHandle::IsSameDocument (Closed)
Patch Set: Rebased Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/webui/settings/md_settings_ui.cc
diff --git a/chrome/browser/ui/webui/settings/md_settings_ui.cc b/chrome/browser/ui/webui/settings/md_settings_ui.cc
index 1ee6c03bae93844cf3d34fde16b344206eb41192..fc542ff4f5f910aac2274105bd235ea7ae9e7854 100644
--- a/chrome/browser/ui/webui/settings/md_settings_ui.cc
+++ b/chrome/browser/ui/webui/settings/md_settings_ui.cc
@@ -222,7 +222,7 @@ void MdSettingsUI::AddSettingsPageUIHandler(
void MdSettingsUI::DidStartNavigation(
content::NavigationHandle* navigation_handle) {
- if (navigation_handle->IsSamePage())
+ if (navigation_handle->IsSameDocument())
return;
load_start_time_ = base::Time::Now();
« no previous file with comments | « chrome/browser/ui/webui/options/options_ui.cc ('k') | components/autofill/content/browser/content_autofill_driver.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698