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

Unified Diff: third_party/WebKit/Source/web/WebLocalFrameImpl.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/web/WebLocalFrameImpl.h
diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.h b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
index 68980612eaba0756b9feaf5a2a341be122ae8398..ad3ba9b5c79a1423759287f6786d8b71b69b9971 100644
--- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
+++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
@@ -87,7 +87,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;
@@ -312,8 +311,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();

Powered by Google App Engine
This is Rietveld 408576698