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

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: Cleanup. 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 1d05bc215644404739839f13569748e18729740a..d8ebfda56707333d80f21970417c88497e46e985 100644
--- a/chrome/browser/profiles/off_the_record_profile_impl.cc
+++ b/chrome/browser/profiles/off_the_record_profile_impl.cc
@@ -489,7 +489,8 @@ class GuestSessionProfile : public OffTheRecordProfileImpl {
virtual void InitChromeOSPreferences() OVERRIDE {
chromeos_preferences_.reset(new chromeos::Preferences());
- chromeos_preferences_->Init(static_cast<PrefServiceSyncable*>(GetPrefs()),
+ // FIXME(alemate): Is this change correct?
Nikita (slow) 2014/08/13 10:56:41 Delete this comment, as we've checked that this co
Alexander Alekseev 2014/08/13 23:29:33 Done.
+ chromeos_preferences_->Init(this,
chromeos::UserManager::Get()->GetActiveUser());
}

Powered by Google App Engine
This is Rietveld 408576698