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

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

Issue 13375003: Fixing iframe jank in the local omnibox popup. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removing sites, too. Created 7 years, 8 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') | ui/webui/resources/js/assert.js » ('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 669f5c872625ca0987d0dfd7bc8561695b2f85bf..3263e2319c4c0d10ed4a85151609e46af91beee1 100644
--- a/content/public/browser/url_data_source.cc
+++ b/content/public/browser/url_data_source.cc
@@ -52,4 +52,9 @@ bool URLDataSource::ShouldServiceRequest(const net::URLRequest* request) const {
return false;
}
+void URLDataSource::WillServiceRequest(
+ const net::URLRequest* request,
+ std::string* path) const {
jam 2013/04/12 16:57:19 nit: inline this in the header since clang won't c
Jered 2013/04/12 17:23:24 Done.
+}
+
} // namespace content
« no previous file with comments | « content/public/browser/url_data_source.h ('k') | ui/webui/resources/js/assert.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698