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

Unified Diff: chrome/browser/ui/webui/ntp/app_launcher_handler.h

Issue 10870022: Change FaviconData to be able to return data for multiple bitmaps for same icon URL (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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/browser/ui/webui/ntp/app_launcher_handler.h
diff --git a/chrome/browser/ui/webui/ntp/app_launcher_handler.h b/chrome/browser/ui/webui/ntp/app_launcher_handler.h
index aee51b681d137d435bb08cc56168519f9395d46b..31f337daa213918b53e0513885970b9a497d240c 100644
--- a/chrome/browser/ui/webui/ntp/app_launcher_handler.h
+++ b/chrome/browser/ui/webui/ntp/app_launcher_handler.h
@@ -155,7 +155,8 @@ class AppLauncherHandler : public content::WebUIMessageHandler,
// Continuation for installing a bookmark app after favicon lookup.
void OnFaviconForApp(FaviconService::Handle handle,
- history::FaviconData data);
+ history::FaviconData data,
+ std::vector<GURL> icon_urls_in_db);
// Sends |highlight_app_id_| to the js.
void SetAppToBeHighlighted();

Powered by Google App Engine
This is Rietveld 408576698