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

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

Issue 7012005: Revert "Revert 84829 - Initial implementation of "Synced Bookmarks" folder." (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Trying to set .json eol-style 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') | chrome/test/data/bookmarks/model_without_sync.json » ('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) 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 481 matching lines...) Expand 10 before | Expand all | Expand 10 after
492 492
493 // Enable syncing browser sessions. 493 // Enable syncing browser sessions.
494 const char kEnableSyncSessions[] = "enable-sync-sessions"; 494 const char kEnableSyncSessions[] = "enable-sync-sessions";
495 495
496 // Enables context menu for selecting groups of tabs. 496 // Enables context menu for selecting groups of tabs.
497 const char kEnableTabGroupsContextMenu[] = "enable-tab-groups-context-menu"; 497 const char kEnableTabGroupsContextMenu[] = "enable-tab-groups-context-menu";
498 498
499 // Enable syncing browser typed urls. 499 // Enable syncing browser typed urls.
500 const char kEnableSyncTypedUrls[] = "enable-sync-typed-urls"; 500 const char kEnableSyncTypedUrls[] = "enable-sync-typed-urls";
501 501
502 // Enable syncing browser typed urls.
503 const char kEnableSyncedBookmarksFolder[] = "enable-synced-bookmarks-folder";
504
502 // Enable use of experimental TCP sockets API for sending data in the 505 // Enable use of experimental TCP sockets API for sending data in the
503 // SYN packet. 506 // SYN packet.
504 const char kEnableTcpFastOpen[] = "enable-tcp-fastopen"; 507 const char kEnableTcpFastOpen[] = "enable-tcp-fastopen";
505 508
506 // Enables the option to show tabs as a vertical stack down the side of the 509 // Enables the option to show tabs as a vertical stack down the side of the
507 // browser window. 510 // browser window.
508 const char kEnableVerticalTabs[] = "enable-vertical-tabs"; 511 const char kEnableVerticalTabs[] = "enable-vertical-tabs";
509 512
510 // Spawn threads to watch for excessive delays in specified message loops. 513 // Spawn threads to watch for excessive delays in specified message loops.
511 // User should set breakpoints on Alarm() to examine problematic thread. 514 // User should set breakpoints on Alarm() to examine problematic thread.
(...skipping 660 matching lines...) Expand 10 before | Expand all | Expand 10 after
1172 1175
1173 // ----------------------------------------------------------------------------- 1176 // -----------------------------------------------------------------------------
1174 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE. 1177 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE.
1175 // 1178 //
1176 // You were going to just dump your switches here, weren't you? Instead, 1179 // You were going to just dump your switches here, weren't you? Instead,
1177 // please put them in alphabetical order above, or in order inside the 1180 // please put them in alphabetical order above, or in order inside the
1178 // appropriate ifdef at the bottom. The order should match the header. 1181 // appropriate ifdef at the bottom. The order should match the header.
1179 // ----------------------------------------------------------------------------- 1182 // -----------------------------------------------------------------------------
1180 1183
1181 } // namespace switches 1184 } // namespace switches
OLDNEW
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chrome/test/data/bookmarks/model_without_sync.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698