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

Unified Diff: chrome/browser/views/options/options_page_view.cc

Issue 83001: ImportantFileWriter (Closed)
Patch Set: share more code Created 11 years, 8 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
« no previous file with comments | « chrome/browser/tab_contents/web_contents_unittest.cc ('k') | chrome/chrome.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/options/options_page_view.cc
diff --git a/chrome/browser/views/options/options_page_view.cc b/chrome/browser/views/options/options_page_view.cc
index 9011bac010cfd2a72b706f38d0c61339a2f02ad5..ed303ad23d4f6a6b36f7f609496ae2b125d72004 100644
--- a/chrome/browser/views/options/options_page_view.cc
+++ b/chrome/browser/views/options/options_page_view.cc
@@ -25,7 +25,7 @@ void OptionsPageView::UserMetricsRecordAction(const wchar_t* action,
PrefService* prefs) {
UserMetrics::RecordComputedAction(action, profile());
if (prefs)
- prefs->ScheduleSavePersistentPrefs(g_browser_process->file_thread());
+ prefs->ScheduleSavePersistentPrefs();
}
///////////////////////////////////////////////////////////////////////////////
« no previous file with comments | « chrome/browser/tab_contents/web_contents_unittest.cc ('k') | chrome/chrome.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698