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

Unified Diff: content/renderer/presentation/presentation_dispatcher.h

Issue 2775963002: s/same_page/same_document for DidCommitProvisionalLoad method. (Closed)
Patch Set: Addressed review comment 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: content/renderer/presentation/presentation_dispatcher.h
diff --git a/content/renderer/presentation/presentation_dispatcher.h b/content/renderer/presentation/presentation_dispatcher.h
index 96fa3f8f6557f8f024f9bc03cc7ab9d045f518c1..39d53c0e0285f070dda1ea0b20ca6c1a83e794a5 100644
--- a/content/renderer/presentation/presentation_dispatcher.h
+++ b/content/renderer/presentation/presentation_dispatcher.h
@@ -151,9 +151,8 @@ class CONTENT_EXPORT PresentationDispatcher
const blink::WebVector<blink::WebURL>& presentationUrls) override;
// RenderFrameObserver implementation.
- void DidCommitProvisionalLoad(
- bool is_new_navigation,
- bool is_same_page_navigation) override;
+ void DidCommitProvisionalLoad(bool is_new_navigation,
+ bool is_same_document_navigation) override;
void OnDestruct() override;
void WidgetWillClose() override;
« no previous file with comments | « content/renderer/pepper/plugin_power_saver_helper.cc ('k') | content/renderer/presentation/presentation_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698