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

Unified Diff: chrome/renderer/searchbox/searchbox.h

Issue 1010783002: [Icons NTP] Working prototype to fetch, store, and display big icons. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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: chrome/renderer/searchbox/searchbox.h
diff --git a/chrome/renderer/searchbox/searchbox.h b/chrome/renderer/searchbox/searchbox.h
index d0821ca5aedcb6fdca58af359f6b58e90d44c10d..c27538911049bfb3798976231e5370b4c6ead52e 100644
--- a/chrome/renderer/searchbox/searchbox.h
+++ b/chrome/renderer/searchbox/searchbox.h
@@ -58,6 +58,12 @@ class SearchBox : public content::RenderViewObserver,
bool GenerateFaviconURLFromTransientURL(const GURL& transient_url,
GURL* url) const;
+ bool GenerateBigIconURLFromTransientURL(const GURL& transient_url,
+ GURL* url) const;
+
+ bool GenerateFallbackIconURLFromTransientURL(const GURL& transient_url,
+ GURL* url) const;
+
// Generates the thumbnail URL of the most visited item specified by the
// |transient_url|. If the |transient_url| is valid, returns true and fills in
// |url|. If the |transient_url| is invalid, returns false and |url| is not

Powered by Google App Engine
This is Rietveld 408576698