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

Issue 8341105: [cros] Use ScheduleSavePersistentPrefs instead of SavePersistentPrefs. (Closed)

Created:
9 years, 1 month ago by Nikita (slow)
Modified:
9 years, 1 month ago
Reviewers:
whywhat, dmazzoni
CC:
chromium-reviews, nkostylev+watch_chromium.org, hashimoto+watch_chromium.org, aboxhall+watch_chromium.org, yoshiki+watch_chromium.org, yuzo+watch_chromium.org, davidbarr+watch_chromium.org, dmazzoni+watch_chromium.org, dtseng+watch_chromium.org, ctguil+watch_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org, zork+watch_chromium.org, dmazzoni at google, satorux1
Visibility:
Public.

Description

[cros] Use ScheduleSavePersistentPrefs instead of SavePersistentPrefs. We had to use SavePersistentPref() since prefs were not saved during normal shutdown. See http://crosbug.com/19491 which tracks that, now fixed. Leaving SavePersistentPrefs() in WizardController and DetermineAndSaveHardwareKeyboard since those OOBE settings are very important to be saved right away and persist even if Chrome crashes. BUG=chromium-os:20938 TEST=Manual. OOBE: switch language, reboot. Remove user, reboot. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=107737

Patch Set 1 #

Patch Set 2 : remove changes from WizardController #

Patch Set 3 : Remove change from OOBE boot. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -11 lines) Patch
M chrome/browser/chromeos/accessibility_util.cc View 1 chunk +1 line, -5 lines 0 comments Download
M chrome/browser/chromeos/login/language_switch_menu.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/user_manager.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/status/input_method_menu.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
Nikita (slow)
9 years, 1 month ago (2011-10-28 10:48:02 UTC) #1
whywhat
lgtm
9 years, 1 month ago (2011-10-28 11:03:05 UTC) #2
Nikita (slow)
Dominic, Satoru, FYI.
9 years, 1 month ago (2011-10-28 11:03:27 UTC) #3
dmazzoni
9 years, 1 month ago (2011-10-28 15:37:54 UTC) #4
LGTM for accessibility_util, since the bug in ScheduleSavePersistentPrefs
appears to be fixed now.

Powered by Google App Engine
This is Rietveld 408576698