| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index ddf512089c85756e6a26dfc036ba5e53f626a3ce..2aafd4904a2c69f87f1ea7e88129edfd4cbe935c 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -1372,6 +1372,10 @@ const char kSyncEnableDeferredStartup[] = "sync-enable-deferred-startup";
|
| // ClientLogin token.
|
| const char kSyncDisableOAuth2Token[] = "sync-disable-oauth2-token";
|
|
|
| +// Enables feature to avoid unnecessary GetUpdate requests.
|
| +const char kSyncEnableGetUpdateAvoidance[] =
|
| + "sync-enable-get-update-avoidance";
|
| +
|
| // Enables directory support for sync filesystem
|
| const char kSyncfsEnableDirectoryOperation[] =
|
| "enable-syncfs-directory-operation";
|
|
|