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

Unified Diff: chrome/browser/ui/webui/session_favicon_source.h

Issue 10545016: Merge 138112 - NTP: Prevent tab sync icons from being cached. (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1132/src/
Patch Set: Created 8 years, 6 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/session_favicon_source.h
===================================================================
--- chrome/browser/ui/webui/session_favicon_source.h (revision 140618)
+++ chrome/browser/ui/webui/session_favicon_source.h (working copy)
@@ -19,15 +19,13 @@
public:
explicit SessionFaviconSource(Profile* profile);
- // Called when the network layer has requested a resource underneath
- // the path we registered.
+ // FaviconSource implementation.
virtual void StartDataRequest(const std::string& path,
bool is_incognito,
int request_id) OVERRIDE;
-
virtual std::string GetMimeType(const std::string&) const OVERRIDE;
-
virtual bool ShouldReplaceExistingSource() const OVERRIDE;
+ virtual bool AllowCaching() const OVERRIDE;
protected:
virtual ~SessionFaviconSource();
« no previous file with comments | « chrome/browser/ui/webui/chrome_url_data_manager_backend.cc ('k') | chrome/browser/ui/webui/session_favicon_source.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698