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

Unified Diff: chromecast/browser/cast_content_browser_client.h

Issue 2179693002: Revert of Convert network hints to Mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « chrome/renderer/chrome_render_thread_observer.cc ('k') | chromecast/browser/cast_content_browser_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/browser/cast_content_browser_client.h
diff --git a/chromecast/browser/cast_content_browser_client.h b/chromecast/browser/cast_content_browser_client.h
index 9cc6a37b70226806128a07526365046c9b206df9..dffac910b9fccc343fb8402519a2628d41b2972f 100644
--- a/chromecast/browser/cast_content_browser_client.h
+++ b/chromecast/browser/cast_content_browser_client.h
@@ -26,10 +26,6 @@
namespace metrics {
class MetricsService;
-}
-
-namespace network_hints {
-class NetworkHintsImpl;
}
namespace chromecast {
@@ -174,8 +170,8 @@
}
private:
- void AddNetworkHintsImpl(int render_process_id,
- net::URLRequestContext* context);
+ void AddNetworkHintsMessageFilter(int render_process_id,
+ net::URLRequestContext* context);
net::X509Certificate* SelectClientCertificateOnIOThread(
GURL requesting_url,
@@ -197,8 +193,6 @@
CastBrowserMainParts* cast_browser_main_parts_;
std::unique_ptr<URLRequestContextFactory> url_request_context_factory_;
- std::unique_ptr<network_hints::NetworkHintsImpl> network_hints_;
-
DISALLOW_COPY_AND_ASSIGN(CastContentBrowserClient);
};
« no previous file with comments | « chrome/renderer/chrome_render_thread_observer.cc ('k') | chromecast/browser/cast_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698