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

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

Issue 7649006: more changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix another typo Created 9 years, 4 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/browser/extensions/extension_input_method_api.cc
diff --git a/chrome/browser/extensions/extension_input_method_api.cc b/chrome/browser/extensions/extension_input_method_api.cc
index 60cec6e86ec7bb91e89776a030c789f0cb5b6c2b..73eeadd23dcb9c9bdfda5eb0962a6e6b03efa189 100644
--- a/chrome/browser/extensions/extension_input_method_api.cc
+++ b/chrome/browser/extensions/extension_input_method_api.cc
@@ -31,6 +31,6 @@ bool GetInputMethodFunction::RunImpl() {
std::string input_method =
chromeos::ExtensionInputMethodEventRouter::GetInputMethodForXkb(
manager->current_input_method().id());
- result_.reset(Value::CreateStringValue(input_method));
+ result_.reset(base::StringValue::New(input_method));
return true;
}
« no previous file with comments | « chrome/browser/extensions/extension_input_ime_api.cc ('k') | chrome/browser/extensions/extension_input_ui_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698