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

Unified Diff: ash/ime_control_delegate.h

Issue 10452042: Fixing french keyboard handling (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fixed unit test Created 8 years, 7 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 | « ash/accelerators/accelerator_table.cc ('k') | chrome/browser/ui/views/ash/ime_controller_chromeos.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/ime_control_delegate.h
diff --git a/ash/ime_control_delegate.h b/ash/ime_control_delegate.h
index 5d6e53825e8f4f1a15a9a16dfb89bbfa991881bb..f52ef50eab542dcce93aaa4960c40dc1b55bcffb 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;
+
+ // Checks for special language anomalies and re-map the |accelerator|
+ // accordingly.
+ virtual ui::Accelerator RemapAccelerator(
+ const ui::Accelerator& accelerator) = 0;
};
} // namespace ash
« no previous file with comments | « ash/accelerators/accelerator_table.cc ('k') | chrome/browser/ui/views/ash/ime_controller_chromeos.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698