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

Unified Diff: chrome/gpu/chrome_content_gpu_client.h

Issue 2819903004: Migrate GpuChildThread to use ConnectionFilter instead of the ChildThread's InterfaceRegistry to exp (Closed)
Patch Set: . Created 3 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
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 b08f398c7a855417103570b2317374c6eced4748..198aa28de6c20f44961ba87fc909b332b16ec2ab 100644
--- a/chrome/gpu/chrome_content_gpu_client.h
+++ b/chrome/gpu/chrome_content_gpu_client.h
@@ -19,11 +19,8 @@ class ChromeContentGpuClient : public content::ContentGpuClient {
// content::ContentGpuClient:
void Initialize(base::FieldTrialList::Observer* observer) override;
- void ExposeInterfacesToBrowser(
- service_manager::InterfaceRegistry* registry,
+ void GpuServiceInitialized(
const gpu::GpuPreferences& gpu_preferences) override;
- void ConsumeInterfacesFromBrowser(
- service_manager::Connector* connector) override;
private:
std::unique_ptr<variations::ChildProcessFieldTrialSyncer> field_trial_syncer_;

Powered by Google App Engine
This is Rietveld 408576698