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

Unified Diff: chrome/browser/chromeos/input_method/input_method_engine.h

Issue 13060003: Extract Extension IME related utility. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressing comments Created 7 years, 9 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/chromeos/input_method/input_method_engine.h
diff --git a/chrome/browser/chromeos/input_method/input_method_engine.h b/chrome/browser/chromeos/input_method/input_method_engine.h
index 58fdc0940beeb5b5a6509d381529ac5182c3a8a6..784473fa6b295ec52f9f4d0020cc098bdbfaec69 100644
--- a/chrome/browser/chromeos/input_method/input_method_engine.h
+++ b/chrome/browser/chromeos/input_method/input_method_engine.h
@@ -14,8 +14,6 @@ namespace input_method {
struct KeyEventHandle;
} // namespace input_method
-extern const char* kExtensionImePrefix;
-
// InputMethodEngine is used to translate from the Chrome IME API to the native
// API.
class InputMethodEngine {

Powered by Google App Engine
This is Rietveld 408576698