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

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

Issue 190063004: chromeos: Delete old, unused contacts code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge again Created 6 years, 9 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/common/metrics/proto/omnibox_event.proto » ('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 536 matching lines...) Expand 10 before | Expand all | Expand 10 after
547 // Enables client hints, which adds hints about browser state to HTTP requests. 547 // Enables client hints, which adds hints about browser state to HTTP requests.
548 const char kEnableClientHints[] = "enable-client-hints"; 548 const char kEnableClientHints[] = "enable-client-hints";
549 549
550 // Enables the multi-level undo system for bookmarks. 550 // Enables the multi-level undo system for bookmarks.
551 const char kEnableBookmarkUndo[] = "enable-bookmark-undo"; 551 const char kEnableBookmarkUndo[] = "enable-bookmark-undo";
552 552
553 // This applies only when the process type is "service". Enables the Cloud 553 // This applies only when the process type is "service". Enables the Cloud
554 // Print Proxy component within the service process. 554 // Print Proxy component within the service process.
555 const char kEnableCloudPrintProxy[] = "enable-cloud-print-proxy"; 555 const char kEnableCloudPrintProxy[] = "enable-cloud-print-proxy";
556 556
557 // Enables fetching the user's contacts from Google and showing them in the
558 // Chrome OS apps list.
559 const char kEnableContacts[] = "enable-contacts";
560
561 // If true devtools experimental settings are enabled. 557 // If true devtools experimental settings are enabled.
562 const char kEnableDevToolsExperiments[] = "enable-devtools-experiments"; 558 const char kEnableDevToolsExperiments[] = "enable-devtools-experiments";
563 559
564 // Enable device discovery notifications. 560 // Enable device discovery notifications.
565 const char kEnableDeviceDiscoveryNotifications[] = 561 const char kEnableDeviceDiscoveryNotifications[] =
566 "enable-device-discovery-notifications"; 562 "enable-device-discovery-notifications";
567 563
568 // Enables the DOM distiller. 564 // Enables the DOM distiller.
569 const char kEnableDomDistiller[] = "enable-dom-distiller"; 565 const char kEnableDomDistiller[] = "enable-dom-distiller";
570 566
(...skipping 1015 matching lines...) Expand 10 before | Expand all | Expand 10 after
1586 1582
1587 // ----------------------------------------------------------------------------- 1583 // -----------------------------------------------------------------------------
1588 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE. 1584 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE.
1589 // 1585 //
1590 // You were going to just dump your switches here, weren't you? Instead, please 1586 // You were going to just dump your switches here, weren't you? Instead, please
1591 // put them in alphabetical order above, or in order inside the appropriate 1587 // put them in alphabetical order above, or in order inside the appropriate
1592 // ifdef at the bottom. The order should match the header. 1588 // ifdef at the bottom. The order should match the header.
1593 // ----------------------------------------------------------------------------- 1589 // -----------------------------------------------------------------------------
1594 1590
1595 } // namespace switches 1591 } // namespace switches
OLDNEW
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chrome/common/metrics/proto/omnibox_event.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698