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

Unified Diff: ash/ime_control_delegate.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
Index: ash/ime_control_delegate.h
diff --git a/ash/ime_control_delegate.h b/ash/ime_control_delegate.h
index e90b48f6b7b714e5ceaa67f2ffd95d03417c4b4a..5dbc52c0a70b4e5bb5989cf9fb199da288838728 100644
--- a/ash/ime_control_delegate.h
+++ b/ash/ime_control_delegate.h
@@ -33,11 +33,6 @@ class ImeControlDelegate {
// Switches to the IME associated with |accelerator|.
virtual void 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_controller_unittest.cc ('k') | chrome/browser/ui/ash/ime_controller_chromeos.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698