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

Unified Diff: content/browser/gpu/gpu_process_host_ui_shim.h

Issue 2763493002: gpu: Use mojom API for recording log messages to the host. (Closed)
Patch Set: add comment 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
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 c6fca58dbde62be02f08c7b5dcda907b887be5e5..68c1ea767234d7ca84e20027a596c53c0f9d719f 100644
--- a/content/browser/gpu/gpu_process_host_ui_shim.h
+++ b/content/browser/gpu/gpu_process_host_ui_shim.h
@@ -71,11 +71,6 @@ class GpuProcessHostUIShim : public IPC::Listener,
explicit GpuProcessHostUIShim(int host_id);
~GpuProcessHostUIShim() override;
- // Message handlers.
- bool OnControlMessageReceived(const IPC::Message& message);
- void OnLogMessage(int level, const std::string& header,
- const std::string& message);
-
// The serial number of the GpuProcessHost / GpuProcessHostUIShim pair.
int host_id_;
};

Powered by Google App Engine
This is Rietveld 408576698