| 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";
 | 
|  
 | 
| 
 |