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

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

Issue 1217503012: Avoid cross-origin iframe issues when loading PDF in print preview (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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: content/public/browser/url_data_source.h
diff --git a/content/public/browser/url_data_source.h b/content/public/browser/url_data_source.h
index c9e5f1c5a041186a36076ce084bf57285f8410bb..4a6e6a40728121c61ae5772ab5890eac2c771ce6 100644
--- a/content/public/browser/url_data_source.h
+++ b/content/public/browser/url_data_source.h
@@ -133,7 +133,7 @@ class CONTENT_EXPORT URLDataSource {
// information from the URLRequest prior to serving.
virtual void WillServiceRequest(
const net::URLRequest* request,
- std::string* path) const {}
+ std::string* path) const;
};
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698