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

Unified Diff: chrome/browser/search/iframe_source.h

Issue 2634413002: Faster Reload: Specify AllowCaching = false for some URLDataSources that need it (Closed)
Patch Set: Created 3 years, 11 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
« no previous file with comments | « no previous file | chrome/browser/search/iframe_source.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/search/iframe_source.h
diff --git a/chrome/browser/search/iframe_source.h b/chrome/browser/search/iframe_source.h
index 414b9ece72d5e9dc8ea1dad8dbdd7f222e2b3f26..4618389dc63a7b8b7904c24c8347e92c9f86f20c 100644
--- a/chrome/browser/search/iframe_source.h
+++ b/chrome/browser/search/iframe_source.h
@@ -18,6 +18,7 @@ class IframeSource : public content::URLDataSource {
protected:
// Overridden from content::URLDataSource:
std::string GetMimeType(const std::string& path_and_query) const override;
+ bool AllowCaching() const override;
bool ShouldDenyXFrameOptions() const override;
bool ShouldServiceRequest(const net::URLRequest* request) const override;
« no previous file with comments | « no previous file | chrome/browser/search/iframe_source.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698