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

Unified Diff: third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp

Issue 2918903002: Move IconURLs method from WebFrame to WebLocalFrame (Closed)
Patch Set: Created 3 years, 7 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/WebRemoteFrameImpl.cpp
diff --git a/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp b/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp
index 3cf40d8966459e76380f3ba08e40e09e81502576..1f1cc54c57839f48532ceb2b1f2a1a6d218d1c51 100644
--- a/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp
+++ b/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp
@@ -87,11 +87,6 @@ void WebRemoteFrameImpl::SetName(const WebString&) {
NOTREACHED();
}
-WebVector<WebIconURL> WebRemoteFrameImpl::IconURLs(int icon_types_mask) const {
- NOTREACHED();
- return WebVector<WebIconURL>();
-}
-
void WebRemoteFrameImpl::SetSharedWorkerRepositoryClient(
WebSharedWorkerRepositoryClient*) {
NOTREACHED();

Powered by Google App Engine
This is Rietveld 408576698