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

Unified Diff: chrome/common/pref_names.cc

Issue 295413002: [fsp] Store mounted file systems in preferences. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Cleaned up. Created 6 years, 7 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
« chrome/browser/prefs/browser_prefs.cc ('K') | « chrome/common/pref_names.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/pref_names.cc
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index c49903662d46a706cacc06568d1755ebcf48c79c..9d2215b15a57c690d11d183db2873b36e3425b41 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -867,6 +867,10 @@ const char kSAMLLastGAIASignInTime[] = "saml.last_gaia_sign_in_time";
// The total number of seconds that the machine has spent sitting on the
// OOBE screen.
const char kTimeOnOobe[] = "settings.time_on_oobe";
+
+// List of mounted file systems via the File System Provider API. Used to
+// restore them after a reboot.
+const char kFSPMountedFileSystems[] = "fsp.mounted_file_systems";
hashimoto 2014/05/26 08:35:38 "FileSystemProvider" instead of "FSP"? Our style g
mtomasz 2014/05/27 01:13:14 I was torn between fsp and fileSystemProvider, but
#endif // defined(OS_CHROMEOS)
// The disabled messages in IPC logging.
« chrome/browser/prefs/browser_prefs.cc ('K') | « chrome/common/pref_names.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698