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

Unified Diff: chrome/common/chrome_switches.cc

Issue 19309002: sync: Add pre-commit update avoidance mode + flag (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix nits Created 7 years, 5 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') | sync/engine/sync_scheduler_impl.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 02128fbd1797dfbfbf79df67f4ceb792eb6cc19d..4aa10ea701288e34f839d2cab085b5d1e9b29000 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1351,6 +1351,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";
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | sync/engine/sync_scheduler_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698