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

Unified Diff: content/browser/keyboard_lock/keyboard_lock_service_impl.h

Issue 2852823002: Rename KeyLock to KeyboardLock and return enum from IPC (Closed)
Patch Set: Remove KeyboardLockRequestResult::FAILURE; it is not used by Chrome. 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 | « no previous file | content/browser/keyboard_lock/keyboard_lock_service_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 76c832af82548923da7c32078938de0aa66e04ca..96d569418dfaff38b4bbd8ef099b1acaf0c2ee0d 100644
--- a/content/browser/keyboard_lock/keyboard_lock_service_impl.h
+++ b/content/browser/keyboard_lock/keyboard_lock_service_impl.h
@@ -21,9 +21,9 @@ class CONTENT_EXPORT KeyboardLockServiceImpl
blink::mojom::KeyboardLockServiceRequest request);
// blink::mojom::KeyboardLockService implementations.
- void RequestKeyLock(const std::vector<std::string>& key_codes,
- const RequestKeyLockCallback& callback) override;
- void CancelKeyLock() override;
+ void RequestKeyboardLock(const std::vector<std::string>& key_codes,
+ const RequestKeyboardLockCallback& callback) override;
+ void CancelKeyboardLock() override;
};
} // namespace
« no previous file with comments | « no previous file | content/browser/keyboard_lock/keyboard_lock_service_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698