Index: ash/ime_control_delegate.h |
diff --git a/ash/ime_control_delegate.h b/ash/ime_control_delegate.h |
index 5d6e53825e8f4f1a15a9a16dfb89bbfa991881bb..51c50598babed1e19dbd0218a038db4086ce7d49 100644 |
--- a/ash/ime_control_delegate.h |
+++ b/ash/ime_control_delegate.h |
@@ -21,6 +21,11 @@ class ImeControlDelegate { |
virtual bool HandlePreviousIme() = 0; |
// Switches to another IME depending on the |accelerator|. |
virtual bool HandleSwitchIme(const ui::Accelerator& accelerator) = 0; |
+ |
+ // Check for special language anomalies and re-map the |accelerator| |
mazda
2012/05/30 17:56:10
nit: Checks
Mr4D (OOO till 08-26)
2012/05/30 18:09:46
Done.
|
+ // accordingly. |
+ virtual ui::Accelerator RemapAccelerator( |
+ const ui::Accelerator& accelerator) = 0; |
}; |
} // namespace ash |