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

Unified Diff: content/public/renderer/render_frame_observer.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/public/renderer/render_frame_observer.h
diff --git a/content/public/renderer/render_frame_observer.h b/content/public/renderer/render_frame_observer.h
index 7211fdcd334185658fccdb079a15da1fd66a60b1..ebf4cd4b118cacb9469547ee83788834f6dd55db 100644
--- a/content/public/renderer/render_frame_observer.h
+++ b/content/public/renderer/render_frame_observer.h
@@ -62,7 +62,7 @@ class CONTENT_EXPORT RenderFrameObserver : public IPC::Listener,
// dispatched just before the Javascript unload event.
virtual void WillCommitProvisionalLoad() {}
virtual void DidCommitProvisionalLoad(bool is_new_navigation,
- bool is_same_page_navigation) {}
+ bool is_same_document_navigation) {}
virtual void DidStartProvisionalLoad(blink::WebDataSource* data_source) {}
virtual void DidFailProvisionalLoad(const blink::WebURLError& error) {}
virtual void DidFinishLoad() {}

Powered by Google App Engine
This is Rietveld 408576698