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

Unified Diff: third_party/WebKit/Source/core/loader/FrameLoaderClient.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: third_party/WebKit/Source/core/loader/FrameLoaderClient.h
diff --git a/third_party/WebKit/Source/core/loader/FrameLoaderClient.h b/third_party/WebKit/Source/core/loader/FrameLoaderClient.h
index dd52ef765bfab7a0825642e829d24181c713f239..de3bf7f2052b7cb7fa91de92218d2c1820f56bb1 100644
--- a/third_party/WebKit/Source/core/loader/FrameLoaderClient.h
+++ b/third_party/WebKit/Source/core/loader/FrameLoaderClient.h
@@ -202,7 +202,7 @@ public:
virtual WebCookieJar* cookieJar() const = 0;
- virtual void didChangeName(const String&) { }
+ virtual void didChangeName(const String& name, const String& uniqueName) { }
virtual void didEnforceStrictMixedContentChecking() {}

Powered by Google App Engine
This is Rietveld 408576698