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

Unified Diff: chrome/browser/chromeos/extensions/input_method_event_router.h

Issue 1055863002: ChromeOS: switch UI language before apps are loaded. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix initial locale load, when no user is active yet. 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/extensions/input_method_event_router.h
diff --git a/chrome/browser/chromeos/extensions/input_method_event_router.h b/chrome/browser/chromeos/extensions/input_method_event_router.h
index 078ca9903bdb6b12403b24849826c35b6d0afd11..a0cf03b563f4f9b5c8dddfc69efb9f74e62021bf 100644
--- a/chrome/browser/chromeos/extensions/input_method_event_router.h
+++ b/chrome/browser/chromeos/extensions/input_method_event_router.h
@@ -24,6 +24,7 @@ class ExtensionInputMethodEventRouter
// Implements input_method::InputMethodManager::Observer:
void InputMethodChanged(input_method::InputMethodManager* manager,
+ Profile* profile,
bool show_message) override;
private:

Powered by Google App Engine
This is Rietveld 408576698