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

Unified Diff: chrome/common/extensions/api/input_ime/input_components_handler.cc

Issue 12253022: Manifest handler for all keys background-related. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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: chrome/common/extensions/api/input_ime/input_components_handler.cc
diff --git a/chrome/common/extensions/api/input_ime/input_components_handler.cc b/chrome/common/extensions/api/input_ime/input_components_handler.cc
index 31f4483f690c6fea49b9bd723953a014b9a51ff9..36da8bb044fb59d3bc21ac8bdd09bb7d9f356b81 100644
--- a/chrome/common/extensions/api/input_ime/input_components_handler.cc
+++ b/chrome/common/extensions/api/input_ime/input_components_handler.cc
@@ -185,4 +185,8 @@ bool InputComponentsHandler::Parse(Extension* extension,
return true;
}
+const std::vector<std::string> InputComponentsHandler::Keys() const {
+ return SingleKey(keys::kInputComponents);
+}
+
} // namespace extensions

Powered by Google App Engine
This is Rietveld 408576698