| Index: chrome/browser/bookmarks/bookmark_utils.cc
|
| diff --git a/chrome/browser/bookmarks/bookmark_utils.cc b/chrome/browser/bookmarks/bookmark_utils.cc
|
| index e22911f25e55113c5aaa41d81962d3c8e2dc9bf1..e20e54512af99cf4e5ed633d711335bd14791ddc 100644
|
| --- a/chrome/browser/bookmarks/bookmark_utils.cc
|
| +++ b/chrome/browser/bookmarks/bookmark_utils.cc
|
| @@ -538,7 +538,7 @@ void ToggleWhenVisible(Profile* profile) {
|
|
|
| // The user changed when the bookmark bar is shown, update the preferences.
|
| prefs->SetBoolean(prefs::kShowBookmarkBar, always_show);
|
| - prefs->ScheduleSavePersistentPrefs(g_browser_process->file_thread());
|
| + prefs->ScheduleSavePersistentPrefs();
|
|
|
| // And notify the notification service.
|
| Source<Profile> source(profile);
|
|
|