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

Unified Diff: content/utility/utility_thread_impl.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/test/test_render_frame_host.cc ('k') | content/utility/utility_thread_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/utility/utility_thread_impl.h
diff --git a/content/utility/utility_thread_impl.h b/content/utility/utility_thread_impl.h
index bd054142564bf5fdae6228162aab8c7bad24f332..6293e08efa4536acf9a4e93f338cfe81e8097fd8 100644
--- a/content/utility/utility_thread_impl.h
+++ b/content/utility/utility_thread_impl.h
@@ -18,6 +18,10 @@
#include "mojo/public/cpp/bindings/binding_set.h"
#include "services/service_manager/public/interfaces/service_factory.mojom.h"
+namespace service_manager {
+struct BindSourceInfo;
+}
+
namespace content {
class UtilityBlinkPlatformImpl;
class UtilityServiceFactory;
@@ -52,6 +56,7 @@ class UtilityThreadImpl : public UtilityThread,
void OnBatchModeFinished();
void BindServiceFactoryRequest(
+ const service_manager::BindSourceInfo& source_info,
service_manager::mojom::ServiceFactoryRequest request);
// True when we're running in batch mode.
« no previous file with comments | « content/test/test_render_frame_host.cc ('k') | content/utility/utility_thread_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698