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

Unified Diff: content/browser/keyboard_lock/keyboard_lock_service_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
Index: content/browser/keyboard_lock/keyboard_lock_service_impl.h
diff --git a/content/browser/keyboard_lock/keyboard_lock_service_impl.h b/content/browser/keyboard_lock/keyboard_lock_service_impl.h
index 96d569418dfaff38b4bbd8ef099b1acaf0c2ee0d..bc8944414bb3bc6590e1020f27ec581305468e6a 100644
--- a/content/browser/keyboard_lock/keyboard_lock_service_impl.h
+++ b/content/browser/keyboard_lock/keyboard_lock_service_impl.h
@@ -9,6 +9,10 @@
#include "mojo/public/cpp/bindings/strong_binding.h"
#include "third_party/WebKit/public/platform/modules/keyboard_lock/keyboard_lock.mojom.h"
+namespace service_manager {
+struct BindSourceInfo;
+}
+
namespace content {
class CONTENT_EXPORT KeyboardLockServiceImpl
@@ -18,6 +22,7 @@ class CONTENT_EXPORT KeyboardLockServiceImpl
~KeyboardLockServiceImpl() override;
static void CreateMojoService(
+ const service_manager::BindSourceInfo& source_info,
blink::mojom::KeyboardLockServiceRequest request);
// blink::mojom::KeyboardLockService implementations.

Powered by Google App Engine
This is Rietveld 408576698