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

Unified Diff: third_party/WebKit/Source/core/frame/LocalFrameClient.h

Issue 2714943004: Move unique name generation and tracking into //content. (Closed)
Patch Set: . Created 3 years, 10 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/frame/LocalFrameClient.h
diff --git a/third_party/WebKit/Source/core/frame/LocalFrameClient.h b/third_party/WebKit/Source/core/frame/LocalFrameClient.h
index 3cf25b469e634e036e70c2f1fd913feea9b0a73e..35267eed41e2a4137ef58b4272211dbce71e5ba7 100644
--- a/third_party/WebKit/Source/core/frame/LocalFrameClient.h
+++ b/third_party/WebKit/Source/core/frame/LocalFrameClient.h
@@ -263,7 +263,7 @@ class CORE_EXPORT LocalFrameClient : public FrameClient {
virtual WebCookieJar* cookieJar() const = 0;
- virtual void didChangeName(const String& name, const String& uniqueName) {}
+ virtual void didChangeName(const String&) {}
virtual void didEnforceInsecureRequestPolicy(WebInsecureRequestPolicy) {}

Powered by Google App Engine
This is Rietveld 408576698