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

Side by Side Diff: chrome/common/chrome_switches.cc

Issue 17911005: Merge 208347 "Revert 208315 "Make use of InvalidationService"" (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1547/src/
Patch Set: 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | sync/internal_api/public/sync_manager.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "chrome/common/chrome_switches.h" 5 #include "chrome/common/chrome_switches.h"
6 6
7 #include "base/base_switches.h" 7 #include "base/base_switches.h"
8 #include "base/command_line.h" 8 #include "base/command_line.h"
9 9
10 namespace switches { 10 namespace switches {
(...skipping 1329 matching lines...) Expand 10 before | Expand all | Expand 10 after
1340 const char kSyncInvalidateXmppLogin[] = "sync-invalidate-xmpp-login"; 1340 const char kSyncInvalidateXmppLogin[] = "sync-invalidate-xmpp-login";
1341 1341
1342 // Enable support for keystore key based encryption. 1342 // Enable support for keystore key based encryption.
1343 const char kSyncKeystoreEncryption[] = "sync-keystore-encryption"; 1343 const char kSyncKeystoreEncryption[] = "sync-keystore-encryption";
1344 1344
1345 // This flag causes sync to retry very quickly (see polling_constants.h) the 1345 // This flag causes sync to retry very quickly (see polling_constants.h) the
1346 // when it encounters an error, as the first step towards exponential backoff. 1346 // when it encounters an error, as the first step towards exponential backoff.
1347 const char kSyncShortInitialRetryOverride[] = 1347 const char kSyncShortInitialRetryOverride[] =
1348 "sync-short-initial-retry-override"; 1348 "sync-short-initial-retry-override";
1349 1349
1350 // Overrides the default notification method for sync.
1351 const char kSyncNotificationMethod[] = "sync-notification-method";
1352
1350 // Overrides the default host:port used for sync notifications. 1353 // Overrides the default host:port used for sync notifications.
1351 const char kSyncNotificationHostPort[] = "sync-notification-host-port"; 1354 const char kSyncNotificationHostPort[] = "sync-notification-host-port";
1352 1355
1353 // Overrides the default server used for profile sync. 1356 // Overrides the default server used for profile sync.
1354 const char kSyncServiceURL[] = "sync-url"; 1357 const char kSyncServiceURL[] = "sync-url";
1355 1358
1356 // Enables syncing of favicons as part of tab sync. 1359 // Enables syncing of favicons as part of tab sync.
1357 const char kSyncTabFavicons[] = "sync-tab-favicons"; 1360 const char kSyncTabFavicons[] = "sync-tab-favicons";
1358 1361
1359 // Makes the sync code to throw an unrecoverable error after initialization. 1362 // Makes the sync code to throw an unrecoverable error after initialization.
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
1598 1601
1599 // ----------------------------------------------------------------------------- 1602 // -----------------------------------------------------------------------------
1600 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE. 1603 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE.
1601 // 1604 //
1602 // You were going to just dump your switches here, weren't you? Instead, please 1605 // You were going to just dump your switches here, weren't you? Instead, please
1603 // put them in alphabetical order above, or in order inside the appropriate 1606 // put them in alphabetical order above, or in order inside the appropriate
1604 // ifdef at the bottom. The order should match the header. 1607 // ifdef at the bottom. The order should match the header.
1605 // ----------------------------------------------------------------------------- 1608 // -----------------------------------------------------------------------------
1606 1609
1607 } // namespace switches 1610 } // namespace switches
OLDNEW
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | sync/internal_api/public/sync_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698