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

Unified Diff: chrome/browser/chromeos/input_method/mode_indicator_controller.h

Issue 1055863002: ChromeOS: switch UI language before apps are loaded. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove empty line. Created 5 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/chromeos/input_method/mode_indicator_controller.h
diff --git a/chrome/browser/chromeos/input_method/mode_indicator_controller.h b/chrome/browser/chromeos/input_method/mode_indicator_controller.h
index ad6e9051c006e5d4d7bddbdc076e272409c4d369..0c7c196f88d781de49c50450a04cd6248828e539 100644
--- a/chrome/browser/chromeos/input_method/mode_indicator_controller.h
+++ b/chrome/browser/chromeos/input_method/mode_indicator_controller.h
@@ -47,6 +47,7 @@ class ModeIndicatorController
private:
// InputMethodManager::Observer implementation.
void InputMethodChanged(InputMethodManager* manager,
+ Profile* profile,
bool show_message) override;
// Show the mode inidicator with the current ime's short name if all

Powered by Google App Engine
This is Rietveld 408576698