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

Unified Diff: chrome/browser/chromeos/cros/input_method_library.h

Issue 6176007: Revert "Use libcros to convert input method ID to keyboard overlay ID." (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 11 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/cros/input_method_library.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/cros/input_method_library.h
diff --git a/chrome/browser/chromeos/cros/input_method_library.h b/chrome/browser/chromeos/cros/input_method_library.h
index 26df7a779a28b2c4ec85271591faf361c797efc8..0c62ead74d192e31c949718726220dbc1260f0c8 100644
--- a/chrome/browser/chromeos/cros/input_method_library.h
+++ b/chrome/browser/chromeos/cros/input_method_library.h
@@ -101,11 +101,6 @@ class InputMethodLibrary {
const std::string& config_name,
const ImeConfigValue& value) = 0;
- // Returns the keyboard overlay ID corresponding to |input_method_id|.
- // Returns an empty string if there is no corresponding keyboard overlay ID.
- virtual std::string GetKeyboardOverlayId(
- const std::string& input_method_id) = 0;
-
// Sets the IME state to enabled, and launches its processes if needed.
virtual void StartInputMethodProcesses() = 0;
« no previous file with comments | « no previous file | chrome/browser/chromeos/cros/input_method_library.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698