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

Unified Diff: content/renderer/manifest/manifest_manager.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
« no previous file with comments | « content/public/renderer/render_frame_observer.h ('k') | content/renderer/manifest/manifest_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/manifest/manifest_manager.h
diff --git a/content/renderer/manifest/manifest_manager.h b/content/renderer/manifest/manifest_manager.h
index fec22fdf1bc1c04bebcc936e9233f2713ca0bc93..8cf0d9409f248268821a6ca2f6e6d6864700a787 100644
--- a/content/renderer/manifest/manifest_manager.h
+++ b/content/renderer/manifest/manifest_manager.h
@@ -47,7 +47,7 @@ class ManifestManager : public RenderFrameObserver {
bool OnMessageReceived(const IPC::Message& message) override;
void DidChangeManifest() override;
void DidCommitProvisionalLoad(bool is_new_navigation,
- bool is_same_page_navigation) override;
+ bool is_same_document_navigation) override;
private:
enum ResolveState {
« no previous file with comments | « content/public/renderer/render_frame_observer.h ('k') | content/renderer/manifest/manifest_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698