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

Unified Diff: third_party/WebKit/Source/web/WebLocalFrameImpl.h

Issue 2714943004: Move unique name generation and tracking into //content. (Closed)
Patch Set: Rebase again. Created 3 years, 9 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/web/WebLocalFrameImpl.h
diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.h b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
index 6aafb13a3fbd9b21d74e6238dba27d2281fcb499..e296884f8d13f38958482cd54c42674e88ecb096 100644
--- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
+++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
@@ -88,7 +88,6 @@ class WEB_EXPORT WebLocalFrameImpl final
// TODO(dcheng): Fix sorting here; a number of method have been moved to
// WebLocalFrame but not correctly updated here.
void close() override;
- WebString uniqueName() const override;
WebString assignedName() const override;
void setName(const WebString&) override;
WebVector<WebIconURL> iconURLs(int iconTypesMask) const override;
@@ -317,8 +316,7 @@ class WEB_EXPORT WebLocalFrameImpl final
// WebFrameImplBase methods:
void initializeCoreFrame(FrameHost*,
FrameOwner*,
- const AtomicString& name,
- const AtomicString& uniqueName) override;
+ const AtomicString& name) override;
LocalFrame* frame() const override { return m_frame.get(); }
void willBeDetached();
« no previous file with comments | « third_party/WebKit/Source/web/WebHistoryItem.cpp ('k') | third_party/WebKit/Source/web/WebLocalFrameImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698