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

Unified Diff: chrome/browser/ui/views/ash/ime_controller_chromeos.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/ime_control_delegate.h ('k') | chrome/browser/ui/views/ash/ime_controller_chromeos.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/ash/ime_controller_chromeos.h
diff --git a/chrome/browser/ui/views/ash/ime_controller_chromeos.h b/chrome/browser/ui/views/ash/ime_controller_chromeos.h
index 9cc5c823a290626760e0cc2acd81742a226658f2..f66c86f489e4e6cf5f17a504f49edb5ebf4dc39c 100644
--- a/chrome/browser/ui/views/ash/ime_controller_chromeos.h
+++ b/chrome/browser/ui/views/ash/ime_controller_chromeos.h
@@ -21,8 +21,12 @@ class ImeController : public ash::ImeControlDelegate {
virtual bool HandleNextIme() OVERRIDE;
virtual bool HandlePreviousIme() OVERRIDE;
virtual bool HandleSwitchIme(const ui::Accelerator& accelerator) OVERRIDE;
+ virtual ui::Accelerator RemapAccelerator(
+ const ui::Accelerator& accelerator) OVERRIDE;
private:
+ bool UsingFrenchInputMethod() const;
+
DISALLOW_COPY_AND_ASSIGN(ImeController);
};
« no previous file with comments | « ash/ime_control_delegate.h ('k') | chrome/browser/ui/views/ash/ime_controller_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698