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

Unified Diff: third_party/WebKit/public/web/WebFrame.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/public/web/WebFrame.h
diff --git a/third_party/WebKit/public/web/WebFrame.h b/third_party/WebKit/public/web/WebFrame.h
index 855ed08135c7ec7507c249e1b9d479368255aeae..1be0587e0a5a6182400299102705af18891eca38 100644
--- a/third_party/WebKit/public/web/WebFrame.h
+++ b/third_party/WebKit/public/web/WebFrame.h
@@ -120,9 +120,6 @@ class WebFrame {
// Basic properties ---------------------------------------------------
- // The unique name of this frame.
- virtual WebString uniqueName() const = 0;
-
// The name of this frame. If no name is given, empty string is returned.
virtual WebString assignedName() const = 0;

Powered by Google App Engine
This is Rietveld 408576698