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

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

Issue 10829065: Remove InputMethodManager::EnableHotkeys() and DisableHotkeys(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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_manager_impl.h
diff --git a/chrome/browser/chromeos/input_method/input_method_manager_impl.h b/chrome/browser/chromeos/input_method/input_method_manager_impl.h
index 61355ae6902d105abae0fb63b89a695471bed27a..3079fc6fe1a89ce14fc314a2af3e1a9a20954102 100644
--- a/chrome/browser/chromeos/input_method/input_method_manager_impl.h
+++ b/chrome/browser/chromeos/input_method/input_method_manager_impl.h
@@ -56,8 +56,6 @@ class InputMethodManagerImpl : public InputMethodManager,
const std::vector<std::string>& layouts,
const std::string& language) OVERRIDE;
virtual void RemoveInputMethodExtension(const std::string& id) OVERRIDE;
- virtual void EnableHotkeys() OVERRIDE;
- virtual void DisableHotkeys() OVERRIDE;
virtual bool SwitchToNextInputMethod() OVERRIDE;
virtual bool SwitchToPreviousInputMethod() OVERRIDE;
virtual bool SwitchInputMethod(const ui::Accelerator& accelerator) OVERRIDE;
@@ -127,10 +125,6 @@ class InputMethodManagerImpl : public InputMethodManager,
void ChangeInputMethodInternal(const std::string& input_method_id,
bool show_message);
- // true when DisableHotkeys() is called to temporarily disable IME hotkeys.
- // EnableHotkeys() resets the flag to the default value, false.
- bool ignore_hotkeys_;
-
// The current browser status.
State state_;

Powered by Google App Engine
This is Rietveld 408576698