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

Unified Diff: chrome/browser/jumplist_win.h

Issue 6651014: Applied the IconType. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: sync Created 9 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/browser/jumplist_win.h
diff --git a/chrome/browser/jumplist_win.h b/chrome/browser/jumplist_win.h
index 3cc7b0d432efcaf17f00484d00d1d2b98a76081b..6d9c9d14a8247bb963022b13c6d5e1decd5865c5 100644
--- a/chrome/browser/jumplist_win.h
+++ b/chrome/browser/jumplist_win.h
@@ -160,10 +160,7 @@ class JumpList : public TabRestoreServiceObserver {
// When finishing loading all favicons, this function posts a task that
// decompresses collected favicons and updates a JumpList.
void OnFaviconDataAvailable(HistoryService::Handle handle,
- bool know_favicon,
- scoped_refptr<RefCountedMemory> data,
- bool expired,
- GURL icon_url);
+ history::FaviconData favicon);
private:
// Our consumers for HistoryService.

Powered by Google App Engine
This is Rietveld 408576698