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

Unified Diff: chrome/browser/profiles/off_the_record_profile_impl.cc

Issue 419293002: IME refactoring: ChromeOS introduce input methods State. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix tests. Created 6 years, 4 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/profiles/off_the_record_profile_impl.cc
diff --git a/chrome/browser/profiles/off_the_record_profile_impl.cc b/chrome/browser/profiles/off_the_record_profile_impl.cc
index 61bb7a6589f6a4a0c4ffe4ba062d5282ba1949e6..5186df882f5c355515fed6affb4c5934267b4902 100644
--- a/chrome/browser/profiles/off_the_record_profile_impl.cc
+++ b/chrome/browser/profiles/off_the_record_profile_impl.cc
@@ -489,7 +489,7 @@ class GuestSessionProfile : public OffTheRecordProfileImpl {
virtual void InitChromeOSPreferences() OVERRIDE {
chromeos_preferences_.reset(new chromeos::Preferences());
- chromeos_preferences_->Init(static_cast<PrefServiceSyncable*>(GetPrefs()),
+ chromeos_preferences_->Init(this,
chromeos::UserManager::Get()->GetActiveUser());
}

Powered by Google App Engine
This is Rietveld 408576698