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

Unified Diff: chrome/browser/extensions/extension_input_ui_api.cc

Issue 8570026: Rearrange the input APIs into more suitable groupings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Code Review Created 9 years, 1 month 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 | « chrome/browser/extensions/extension_input_ui_api.h ('k') | chrome/browser/resources/keyboard/common.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/extension_input_ui_api.cc
diff --git a/chrome/browser/extensions/extension_input_ui_api.cc b/chrome/browser/extensions/extension_input_ui_api.cc
index 0b86a0c24457a68c08d55534e7ce6c29ad9a8e40..0024d758cc81ee1d79149bf5f42c31a14f0712c0 100644
--- a/chrome/browser/extensions/extension_input_ui_api.cc
+++ b/chrome/browser/extensions/extension_input_ui_api.cc
@@ -19,9 +19,9 @@
namespace events {
const char kOnUpdateAuxiliaryText[] =
- "experimental.inputUI.onUpdateAuxiliaryText";
-const char kOnUpdateLookupTable[] = "experimental.inputUI.onUpdateLookupTable";
-const char kOnSetCursorLocation[] = "experimental.inputUI.onSetCursorLocation";
+ "experimental.input.ui.onUpdateAuxiliaryText";
+const char kOnUpdateLookupTable[] = "experimental.input.ui.onUpdateLookupTable";
+const char kOnSetCursorLocation[] = "experimental.input.ui.onSetCursorLocation";
} // namespace events
« no previous file with comments | « chrome/browser/extensions/extension_input_ui_api.h ('k') | chrome/browser/resources/keyboard/common.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698