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

Unified Diff: content/browser/webui/url_data_manager_backend.h

Issue 11896113: Add chrome-search: access from Instant overlay (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address Charlie's comments. Created 7 years, 10 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/browser/webui/url_data_manager_backend.h
diff --git a/content/browser/webui/url_data_manager_backend.h b/content/browser/webui/url_data_manager_backend.h
index 58daa4e2e6472b55d83e9321925c3c580e43d0a8..a0c280b1c89dc32554138ad583836d00630f0004 100644
--- a/content/browser/webui/url_data_manager_backend.h
+++ b/content/browser/webui/url_data_manager_backend.h
@@ -61,7 +61,7 @@ class URLDataManagerBackend : public base::SupportsUserData::Data {
// Called by the job when it's starting up.
// Returns false if |url| is not a URL managed by this object.
- bool StartRequest(const GURL& url, URLRequestChromeJob* job);
+ bool StartRequest(const net::URLRequest* request, URLRequestChromeJob* job);
// Helper function to call StartDataRequest on |source|'s delegate. This is
// needed because while we want to call URLDataSourceDelegate's method, we

Powered by Google App Engine
This is Rietveld 408576698