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

Unified Diff: content/public/browser/url_data_source.cc

Issue 2255833003: DO NOT COMMIT: hack hack hacking on preloading md-settings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: to show dave Created 4 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
« no previous file with comments | « content/public/browser/url_data_source.h ('k') | content/public/browser/web_ui_data_source.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/url_data_source.cc
diff --git a/content/public/browser/url_data_source.cc b/content/public/browser/url_data_source.cc
index 894c6e2dc72652df840fdc611d3426f57e9d92c3..57d57a7f3a66f8270fddc98fc823b04a2449c843 100644
--- a/content/public/browser/url_data_source.cc
+++ b/content/public/browser/url_data_source.cc
@@ -60,6 +60,10 @@ bool URLDataSource::ShouldDenyXFrameOptions() const {
return true;
}
+std::vector<std::string> URLDataSource::GetPreloadHeaders() const {
+ return std::vector<std::string>();
+}
+
bool URLDataSource::ShouldServiceRequest(const net::URLRequest* request) const {
if (request->url().SchemeIs(kChromeDevToolsScheme) ||
request->url().SchemeIs(kChromeUIScheme))
« no previous file with comments | « content/public/browser/url_data_source.h ('k') | content/public/browser/web_ui_data_source.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698