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

Unified Diff: chrome/gpu/chrome_content_gpu_client.h

Issue 2755813002: Begin to wean child processes off reliance on a persistent service_manager::Connection to the brows… (Closed)
Patch Set: . Created 3 years, 9 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/app/chrome_main.cc ('k') | chrome/gpu/chrome_content_gpu_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/gpu/chrome_content_gpu_client.h
diff --git a/chrome/gpu/chrome_content_gpu_client.h b/chrome/gpu/chrome_content_gpu_client.h
index ddfc913a371a5b4cb968193988f40b45adb8d6a7..b08f398c7a855417103570b2317374c6eced4748 100644
--- a/chrome/gpu/chrome_content_gpu_client.h
+++ b/chrome/gpu/chrome_content_gpu_client.h
@@ -23,7 +23,7 @@ class ChromeContentGpuClient : public content::ContentGpuClient {
service_manager::InterfaceRegistry* registry,
const gpu::GpuPreferences& gpu_preferences) override;
void ConsumeInterfacesFromBrowser(
- service_manager::InterfaceProvider* provider) override;
+ service_manager::Connector* connector) override;
private:
std::unique_ptr<variations::ChildProcessFieldTrialSyncer> field_trial_syncer_;
« no previous file with comments | « chrome/app/chrome_main.cc ('k') | chrome/gpu/chrome_content_gpu_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698