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

Unified Diff: chrome/browser/dom_ui/dom_ui_favicon_source.h

Issue 3236001: Add the collapsed 'miniview' to the apps and most visisted sections. (Closed)
Patch Set: more unnecessary changes Created 10 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/dom_ui/dom_ui_favicon_source.h
diff --git a/chrome/browser/dom_ui/dom_ui_favicon_source.h b/chrome/browser/dom_ui/dom_ui_favicon_source.h
index 7878fd230534c9f8fabe6afd42eeaa92983612d7..84c29fce70f7412a06d5d8e294817f79dfff0bbf 100644
--- a/chrome/browser/dom_ui/dom_ui_favicon_source.h
+++ b/chrome/browser/dom_ui/dom_ui_favicon_source.h
@@ -38,6 +38,9 @@ class DOMUIFavIconSource : public ChromeURLDataManager::DataSource {
GURL url);
private:
+ // Sends the default favicon.
+ void SendDefaultResponse(int request_id);
+
virtual ~DOMUIFavIconSource();
Profile* profile_;

Powered by Google App Engine
This is Rietveld 408576698