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

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

Issue 266233002: Add BackupRollbackController for starting backup/rollback (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | components/sync_driver/pref_names.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 1239 matching lines...) Expand 10 before | Expand all | Expand 10 after
1250 "sync-deferred-startup-timeout-seconds"; 1250 "sync-deferred-startup-timeout-seconds";
1251 1251
1252 // Enables feature to avoid unnecessary GetUpdate requests. 1252 // Enables feature to avoid unnecessary GetUpdate requests.
1253 const char kSyncEnableGetUpdateAvoidance[] = 1253 const char kSyncEnableGetUpdateAvoidance[] =
1254 "sync-enable-get-update-avoidance"; 1254 "sync-enable-get-update-avoidance";
1255 1255
1256 // Enables directory support for sync filesystem 1256 // Enables directory support for sync filesystem
1257 const char kSyncfsEnableDirectoryOperation[] = 1257 const char kSyncfsEnableDirectoryOperation[] =
1258 "enable-syncfs-directory-operation"; 1258 "enable-syncfs-directory-operation";
1259 1259
1260 // Enables backup/rollback of user's data.
1261 const char kSyncEnableBackupRollback[] = "enable-sync-backup-rollback";
1262
1260 // Passes the name of the current running automated test to Chrome. 1263 // Passes the name of the current running automated test to Chrome.
1261 const char kTestName[] = "test-name"; 1264 const char kTestName[] = "test-name";
1262 1265
1263 // Disables same-origin check on HTTP resources pushed via a SPDY proxy. 1266 // Disables same-origin check on HTTP resources pushed via a SPDY proxy.
1264 // The value is the host:port of the trusted proxy. 1267 // The value is the host:port of the trusted proxy.
1265 const char kTrustedSpdyProxy[] = "trusted-spdy-proxy"; 1268 const char kTrustedSpdyProxy[] = "trusted-spdy-proxy";
1266 1269
1267 // Experimental. Shows a dialog asking the user to try chrome. This flag is to 1270 // Experimental. Shows a dialog asking the user to try chrome. This flag is to
1268 // be used only by the upgrade process. 1271 // be used only by the upgrade process.
1269 const char kTryChromeAgain[] = "try-chrome-again"; 1272 const char kTryChromeAgain[] = "try-chrome-again";
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
1474 1477
1475 // ----------------------------------------------------------------------------- 1478 // -----------------------------------------------------------------------------
1476 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE. 1479 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE.
1477 // 1480 //
1478 // You were going to just dump your switches here, weren't you? Instead, please 1481 // You were going to just dump your switches here, weren't you? Instead, please
1479 // put them in alphabetical order above, or in order inside the appropriate 1482 // put them in alphabetical order above, or in order inside the appropriate
1480 // ifdef at the bottom. The order should match the header. 1483 // ifdef at the bottom. The order should match the header.
1481 // ----------------------------------------------------------------------------- 1484 // -----------------------------------------------------------------------------
1482 1485
1483 } // namespace switches 1486 } // namespace switches
OLDNEW
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | components/sync_driver/pref_names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698