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

Unified Diff: content/renderer/render_view_impl.h

Issue 2918903002: Move IconURLs method from WebFrame to WebLocalFrame (Closed)
Patch Set: s/kFavIcon/kFavicon/g (as suggested in CR feedback from pkotwicz@). Created 3 years, 6 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
« no previous file with comments | « content/renderer/render_view_browsertest.cc ('k') | content/renderer/render_view_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_view_impl.h
diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
index 3e0a8e7cb928236e1f7f5542fa6f67a94d9442e8..030950ec75297b28764a2ffbe817e9a1d38e964c 100644
--- a/content/renderer/render_view_impl.h
+++ b/content/renderer/render_view_impl.h
@@ -50,7 +50,6 @@
#include "third_party/WebKit/public/web/WebElement.h"
#include "third_party/WebKit/public/web/WebFrameWidget.h"
#include "third_party/WebKit/public/web/WebHistoryItem.h"
-#include "third_party/WebKit/public/web/WebIconURL.h"
#include "third_party/WebKit/public/web/WebNavigationType.h"
#include "third_party/WebKit/public/web/WebNode.h"
#include "third_party/WebKit/public/web/WebViewClient.h"
@@ -74,7 +73,6 @@ namespace blink {
class WebDataSource;
class WebDateTimeChooserCompletion;
class WebGestureEvent;
-class WebIconURL;
class WebMouseEvent;
class WebSpeechRecognizer;
class WebStorageNamespace;
@@ -99,7 +97,6 @@ class RenderViewImplTest;
class RenderViewObserver;
class RenderViewTest;
class SpeechRecognitionDispatcher;
-struct FaviconURL;
struct FileChooserParams;
struct ResizeParams;
@@ -493,8 +490,6 @@ class CONTENT_EXPORT RenderViewImpl
// still live here and are called from RenderFrameImpl. These implementations
// are to be moved to RenderFrameImpl <http://crbug.com/361761>.
- void didChangeIcon(blink::WebLocalFrame*, blink::WebIconURL::Type);
-
static Referrer GetReferrerFromRequest(
blink::WebFrame* frame,
const blink::WebURLRequest& request);
@@ -593,13 +588,6 @@ class CONTENT_EXPORT RenderViewImpl
// If |url| is empty, show |fallback_url|.
void UpdateTargetURL(const GURL& url, const GURL& fallback_url);
- // Tells the browser what the new list of favicons for the webpage is.
- void SendUpdateFaviconURL(const std::vector<FaviconURL>& urls);
-
- // Invoked from DidStopLoading(). Sends the current list of loaded favicons to
- // the browser.
- void DidStopLoadingIcons();
-
// Coordinate conversion -----------------------------------------------------
gfx::RectF ClientRectToPhysicalWindowRect(const gfx::RectF& rect) const;
« no previous file with comments | « content/renderer/render_view_browsertest.cc ('k') | content/renderer/render_view_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698