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

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: tiny style correction 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..69f954e58bca0cd6bbd173f43f37224b68eef323 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();
mazda 2012/05/29 17:08:06 If possible, bool IsFrenchKeyboard() const;
+
DISALLOW_COPY_AND_ASSIGN(ImeController);
};

Powered by Google App Engine
This is Rietveld 408576698