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

Unified Diff: chrome/browser/ui/webui/favicon_source.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/ui/webui/favicon_source.h
diff --git a/chrome/browser/ui/webui/favicon_source.h b/chrome/browser/ui/webui/favicon_source.h
index 7620d24f5e2e5b12325babab3dc129f2ec657906..848829ec9545290c1ea9ec8fb15297ba7caf7236 100644
--- a/chrome/browser/ui/webui/favicon_source.h
+++ b/chrome/browser/ui/webui/favicon_source.h
@@ -35,10 +35,7 @@ class FaviconSource : public ChromeURLDataManager::DataSource {
private:
// Called when favicon data is available from the history backend.
void OnFaviconDataAvailable(FaviconService::Handle request_handle,
- bool know_favicon,
- scoped_refptr<RefCountedMemory> data,
- bool expired,
- GURL url);
+ history::FaviconData favicon);
// Sends the default favicon.
void SendDefaultResponse(int request_id);

Powered by Google App Engine
This is Rietveld 408576698