Index: content/browser/gpu/gpu_process_host_ui_shim.h |
diff --git a/content/browser/gpu/gpu_process_host_ui_shim.h b/content/browser/gpu/gpu_process_host_ui_shim.h |
index e7ad7846493425c6297f159c7e9475ebfbcba921..55754be75c9b6618060e86bc9b980bfb92d6c788 100644 |
--- a/content/browser/gpu/gpu_process_host_ui_shim.h |
+++ b/content/browser/gpu/gpu_process_host_ui_shim.h |
@@ -61,11 +61,9 @@ class GpuProcessHostUIShim : public IPC::Listener, |
// actually received on the IO thread. |
bool OnMessageReceived(const IPC::Message& message) override; |
-#if defined(OS_ANDROID) |
// Register Mojo interfaces that must be bound on the UI thread. |
static void RegisterUIThreadMojoInterfaces( |
service_manager::BinderRegistry* registry); |
-#endif |
private: |
explicit GpuProcessHostUIShim(int host_id); |