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

Unified Diff: chrome/browser/chromeos/input_method/accessibility.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/accessibility.h
diff --git a/chrome/browser/chromeos/input_method/accessibility.h b/chrome/browser/chromeos/input_method/accessibility.h
index d295d28b7a6c6c99cb711acdd2a17cc8eeafbb08..9f4b0678cb4162149abee0188f0ea6ff27d04d99 100644
--- a/chrome/browser/chromeos/input_method/accessibility.h
+++ b/chrome/browser/chromeos/input_method/accessibility.h
@@ -19,7 +19,9 @@ class Accessibility
private:
// InputMethodManager::Observer implementation.
- void InputMethodChanged(InputMethodManager* imm, bool show_message) override;
+ void InputMethodChanged(InputMethodManager* imm,
+ Profile* profile,
+ bool show_message) override;
InputMethodManager* imm_;
DISALLOW_COPY_AND_ASSIGN(Accessibility);
« no previous file with comments | « chrome/browser/chromeos/extensions/input_method_event_router.cc ('k') | chrome/browser/chromeos/input_method/accessibility.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698