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

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

Issue 7056021: Sync: Add encryption customization radio. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review fix. Created 9 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') | no next file » | 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) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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 486 matching lines...) Expand 10 before | Expand all | Expand 10 after
497 497
498 // Enables 0-RTT HTTPS handshakes. 498 // Enables 0-RTT HTTPS handshakes.
499 const char kEnableSnapStart[] = "enable-snap-start"; 499 const char kEnableSnapStart[] = "enable-snap-start";
500 500
501 // Enable syncing browser data to a Google Account. 501 // Enable syncing browser data to a Google Account.
502 const char kEnableSync[] = "enable-sync"; 502 const char kEnableSync[] = "enable-sync";
503 503
504 // Enable syncing browser autofill. 504 // Enable syncing browser autofill.
505 const char kEnableSyncAutofill[] = "enable-sync-autofill"; 505 const char kEnableSyncAutofill[] = "enable-sync-autofill";
506 506
507 // Enable sync encryption options.
508 const char kEnableSyncEncryption[] = "enable-sync-encryption";
509
507 // Enable syncing browser sessions. 510 // Enable syncing browser sessions.
508 const char kEnableSyncSessions[] = "enable-sync-sessions"; 511 const char kEnableSyncSessions[] = "enable-sync-sessions";
509 512
510 // Enables context menu for selecting groups of tabs. 513 // Enables context menu for selecting groups of tabs.
511 const char kEnableTabGroupsContextMenu[] = "enable-tab-groups-context-menu"; 514 const char kEnableTabGroupsContextMenu[] = "enable-tab-groups-context-menu";
512 515
513 // Enable syncing browser typed urls. 516 // Enable syncing browser typed urls.
514 const char kEnableSyncTypedUrls[] = "enable-sync-typed-urls"; 517 const char kEnableSyncTypedUrls[] = "enable-sync-typed-urls";
515 518
516 // Enable use of experimental TCP sockets API for sending data in the 519 // Enable use of experimental TCP sockets API for sending data in the
(...skipping 670 matching lines...) Expand 10 before | Expand all | Expand 10 after
1187 1190
1188 // ----------------------------------------------------------------------------- 1191 // -----------------------------------------------------------------------------
1189 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE. 1192 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE.
1190 // 1193 //
1191 // You were going to just dump your switches here, weren't you? Instead, 1194 // You were going to just dump your switches here, weren't you? Instead,
1192 // please put them in alphabetical order above, or in order inside the 1195 // please put them in alphabetical order above, or in order inside the
1193 // appropriate ifdef at the bottom. The order should match the header. 1196 // appropriate ifdef at the bottom. The order should match the header.
1194 // ----------------------------------------------------------------------------- 1197 // -----------------------------------------------------------------------------
1195 1198
1196 } // namespace switches 1199 } // namespace switches
OLDNEW
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698