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

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: Addressed 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
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..d001a71b5d7792b6bb0e831a95d3562f4fb756be 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 IsFrenchKeyboard() const;
Daniel Erat 2012/05/30 17:51:06 nit: rename to UsingFrenchInputMethod() (since it'
Mr4D (OOO till 08-26) 2012/05/30 18:09:46 Done. But: Well - it's a mix of both. Could be tha
+
DISALLOW_COPY_AND_ASSIGN(ImeController);
};

Powered by Google App Engine
This is Rietveld 408576698