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

Unified Diff: content/browser/frame_host/render_frame_host_impl.h

Issue 974723002: OOPIF: Replicate dynamic window.name updates. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed Nasko's nits Created 5 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/browser/frame_host/render_frame_host_impl.h
diff --git a/content/browser/frame_host/render_frame_host_impl.h b/content/browser/frame_host/render_frame_host_impl.h
index 178eb326d73a826d24c332112c0d791e5ebf24f8..dc6c42b32025bddf8ee3381cf759aece36aab3e3 100644
--- a/content/browser/frame_host/render_frame_host_impl.h
+++ b/content/browser/frame_host/render_frame_host_impl.h
@@ -496,6 +496,7 @@ class CONTENT_EXPORT RenderFrameHostImpl
size_t end_offset);
void OnDidAccessInitialDocument();
void OnDidDisownOpener();
+ void OnDidChangeName(const std::string& name);
void OnDidAssignPageId(int32 page_id);
void OnDidChangeSandboxFlags(int32 frame_routing_id, SandboxFlags flags);
void OnUpdateTitle(const base::string16& title,
« no previous file with comments | « content/browser/frame_host/render_frame_host_delegate.h ('k') | content/browser/frame_host/render_frame_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698