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

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

Issue 10407066: NTP: Prevent tab sync icons from being cached. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments. Created 8 years, 7 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
diff --git a/chrome/browser/ui/webui/session_favicon_source.h b/chrome/browser/ui/webui/session_favicon_source.h
index 33ec6d29e61e282ea78046246ade395bea727ef2..889a9ee37343461981297def041fc6a5d24b7969 100644
--- a/chrome/browser/ui/webui/session_favicon_source.h
+++ b/chrome/browser/ui/webui/session_favicon_source.h
@@ -19,15 +19,13 @@ class SessionFaviconSource : public FaviconSource {
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