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

Unified Diff: chrome/common/chrome_switches.cc

Issue 15081003: Add flag to enable syncfs directory support to about:flags. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: comments Created 7 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
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | webkit/fileapi/syncable/syncable_file_system_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 757655e6b5a0194cb8c9a45d13cc3d38d4c0ae46..070130594b4a17b3587b147edb5299210245d87e 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1365,6 +1365,10 @@ const char kSyncTrySsltcpFirstForXmpp[] = "sync-try-ssltcp-first-for-xmpp";
// occur.
const char kSyncEnableDeferredStartup[] = "sync-enable-deferred-startup";
+// Enables directory support for sync filesystem
+const char kSyncfsEnableDirectoryOperation[] =
+ "enable-syncfs-directory-operation";
+
// Enables tab dragging to create a real browser.
const char kTabBrowserDragging[] = "enable-tab-browser-dragging";
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | webkit/fileapi/syncable/syncable_file_system_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698