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

Unified Diff: chrome/browser/chromeos/extensions/input_method_event_router.h

Issue 11442074: Lazy initialization for ExtensionInputMethodEventRouter (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebased Created 8 years 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/extensions/input_method_event_router.h
diff --git a/chrome/browser/chromeos/extensions/input_method_event_router.h b/chrome/browser/chromeos/extensions/input_method_event_router.h
index 62aed250a058e572b44149b93c0fbd581dcf56c7..42dcff15ef592892631a937960f5cd562834f22b 100644
--- a/chrome/browser/chromeos/extensions/input_method_event_router.h
+++ b/chrome/browser/chromeos/extensions/input_method_event_router.h
@@ -27,10 +27,6 @@ class ExtensionInputMethodEventRouter
virtual void InputMethodPropertyChanged(
input_method::InputMethodManager* manager) OVERRIDE {}
- // Returns input method name for the given XKB (X keyboard extensions in X
- // Window System) id.
- std::string GetInputMethodForXkb(const std::string& xkb_id);
-
private:
DISALLOW_COPY_AND_ASSIGN(ExtensionInputMethodEventRouter);
};

Powered by Google App Engine
This is Rietveld 408576698