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

Unified Diff: content/gpu/gpu_child_thread.h

Issue 2851173004: Eliminate bind callback that doesn't take a BindSourceInfo parameter. (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
« no previous file with comments | « content/browser/webui/web_ui_mojo_browsertest.cc ('k') | content/gpu/gpu_child_thread.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/gpu/gpu_child_thread.h
diff --git a/content/gpu/gpu_child_thread.h b/content/gpu/gpu_child_thread.h
index 55c5f0ece5397ef4dc809496ec7c076dd8d152e2..cfc258d89dc09bfa7883980e7e0e2e4463d34a01 100644
--- a/content/gpu/gpu_child_thread.h
+++ b/content/gpu/gpu_child_thread.h
@@ -40,6 +40,10 @@ namespace gpu {
class GpuWatchdogThread;
}
+namespace service_manager {
+struct BindSourceInfo;
+}
+
namespace content {
class GpuServiceFactory;
@@ -104,6 +108,7 @@ class GpuChildThread : public ChildThreadImpl,
const std::string& group_name) override;
void BindServiceFactoryRequest(
+ const service_manager::BindSourceInfo& source_info,
service_manager::mojom::ServiceFactoryRequest request);
gpu::GpuChannelManager* gpu_channel_manager() {
« no previous file with comments | « content/browser/webui/web_ui_mojo_browsertest.cc ('k') | content/gpu/gpu_child_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698