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 5e289c2ab40ef5c8d9eb60fcbaf1b922bade9e60..13cdf7e4d218374dfb41dc6859d3f693c60c24eb 100644 |
--- a/chrome/gpu/chrome_content_gpu_client.h |
+++ b/chrome/gpu/chrome_content_gpu_client.h |
@@ -18,7 +18,7 @@ class ChromeContentGpuClient : public content::ContentGpuClient { |
// content::ContentGpuClient: |
void Initialize(base::FieldTrialList::Observer* observer) override; |
- void RegisterMojoInterfaces(shell::InterfaceRegistry* registry) override; |
+ void ExposeInterfacesToBrowser(shell::InterfaceRegistry* registry) override; |
private: |
std::unique_ptr<chrome_variations::ChildProcessFieldTrialSyncer> |