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

Unified Diff: chrome/browser/prerender/prerender_manager.cc

Issue 6883020: Make icon_messages use the IPC macros for defining the structs and the serialization code, and mo... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 8 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 | « chrome/browser/prerender/prerender_contents.cc ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/prerender/prerender_manager.cc
===================================================================
--- chrome/browser/prerender/prerender_manager.cc (revision 81979)
+++ chrome/browser/prerender/prerender_manager.cc (working copy)
@@ -346,7 +346,7 @@
if (!icon_url.is_empty()) {
LOG(INFO) << "MaybeUsePreloadedPage";
std::vector<FaviconURL> urls;
- urls.push_back(FaviconURL(icon_url, FAVICON));
+ urls.push_back(FaviconURL(icon_url, FaviconURL::FAVICON));
tc->favicon_helper().OnUpdateFaviconURL(pc->page_id(), urls);
}
« no previous file with comments | « chrome/browser/prerender/prerender_contents.cc ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698