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

Unified Diff: chrome/browser/chromeos/preferences.h

Issue 14316012: Apply the namespace migration for "savefile.default_directory" user-pref as well. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | « no previous file | chrome/browser/chromeos/preferences.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/preferences.h
diff --git a/chrome/browser/chromeos/preferences.h b/chrome/browser/chromeos/preferences.h
index cdbbb1348a078a912931ffbd78cdf84395feb0fe..edc306af1ccb1a7f5a67c070bce923ca6f7b620c 100644
--- a/chrome/browser/chromeos/preferences.h
+++ b/chrome/browser/chromeos/preferences.h
@@ -125,6 +125,7 @@ class Preferences : public PrefServiceSyncableObserver {
BooleanPrefMember disable_drive_hosted_files_;
FilePathPrefMember download_default_directory_;
FilePathPrefMember select_file_last_directory_;
+ FilePathPrefMember save_file_default_directory_;
// Input method preferences.
StringPrefMember preferred_languages_;
« no previous file with comments | « no previous file | chrome/browser/chromeos/preferences.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698