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

Unified Diff: chrome/browser/ui/ash/ime_controller_chromeos.h

Issue 1601063002: Removes ImeController::UsingFrenchInputMethod and thus ImeControlDelegate::RemapAccelerator. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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/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/ash/ime_controller_chromeos.h
diff --git a/chrome/browser/ui/ash/ime_controller_chromeos.h b/chrome/browser/ui/ash/ime_controller_chromeos.h
index 0d9025dcf654645f4d32c33a6c99c084ea321f3b..339e1f2844076e9b8b938ce9d586848f45c11e0c 100644
--- a/chrome/browser/ui/ash/ime_controller_chromeos.h
+++ b/chrome/browser/ui/ash/ime_controller_chromeos.h
@@ -22,11 +22,8 @@ class ImeController : public ash::ImeControlDelegate {
void HandlePreviousIme() override;
bool CanSwitchIme(const ui::Accelerator& accelerator) override;
void HandleSwitchIme(const ui::Accelerator& accelerator) override;
- 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/ash/ime_controller_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698