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

Unified Diff: content/browser/frame_host/frame_tree_node.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/frame_tree_node.h
diff --git a/content/browser/frame_host/frame_tree_node.h b/content/browser/frame_host/frame_tree_node.h
index 33b10b01e442c99164f77ba898efb3a25741c17b..96ce8c0341f7e52d750a8e8f5f523ce80d7e0bdb 100644
--- a/content/browser/frame_host/frame_tree_node.h
+++ b/content/browser/frame_host/frame_tree_node.h
@@ -61,6 +61,7 @@ class CONTENT_EXPORT FrameTreeNode {
RenderFrameHostManager::Delegate* manager_delegate,
blink::WebTreeScopeType scope,
const std::string& name,
+ const std::string& unique_name,
const blink::WebFrameOwnerProperties& frame_owner_properties);
~FrameTreeNode();
@@ -140,7 +141,7 @@ class CONTENT_EXPORT FrameTreeNode {
void SetCurrentOrigin(const url::Origin& origin);
// Set the current name and notify proxies about the update.
- void SetFrameName(const std::string& name);
+ void SetFrameName(const std::string& name, const std::string& unique_name);
// Sets the current enforcement of strict mixed content checking and
// notifies proxies about the update.

Powered by Google App Engine
This is Rietveld 408576698