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

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

Issue 1635873003: Replicating WebFrame::uniqueName across renderers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@dump-render-tree3
Patch Set: Removed unnecessary crbug comment. Created 4 years, 11 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_manager.h
diff --git a/content/browser/frame_host/render_frame_host_manager.h b/content/browser/frame_host/render_frame_host_manager.h
index e208aa4c9838313cb287f466e8374cdb48ca03eb..c3464354a12a1da25f200fb5b8c29342905fee18 100644
--- a/content/browser/frame_host/render_frame_host_manager.h
+++ b/content/browser/frame_host/render_frame_host_manager.h
@@ -435,7 +435,7 @@ class CONTENT_EXPORT RenderFrameHostManager
// Send updated frame name to all frame proxies when the frame changes its
// window.name property.
alexmos 2016/02/10 00:46:46 nit: explain why this now also takes unique_name i
Łukasz Anforowicz 2016/02/10 22:10:51 Done (I rewrote the comment).
- void OnDidUpdateName(const std::string& name);
+ void OnDidUpdateName(const std::string& name, const std::string& unique_name);
// Sends updated enforcement of strict mixed content checking to all
// frame proxies when the frame changes its setting.

Powered by Google App Engine
This is Rietveld 408576698