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

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

Issue 12664009: Revert 189134 "Due to privacy concerns about the data contained ..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 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 | « trunk/src/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) 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 469 matching lines...) Expand 10 before | Expand all | Expand 10 after
480 const char kEasyOffStoreExtensionInstall[] = "easy-off-store-extension-install"; 480 const char kEasyOffStoreExtensionInstall[] = "easy-off-store-extension-install";
481 481
482 // Enables extension APIs that are in development. 482 // Enables extension APIs that are in development.
483 const char kEnableExperimentalExtensionApis[] = 483 const char kEnableExperimentalExtensionApis[] =
484 "enable-experimental-extension-apis"; 484 "enable-experimental-extension-apis";
485 485
486 // Enables logging for extension activity. 486 // Enables logging for extension activity.
487 const char kEnableExtensionActivityLogging[] = 487 const char kEnableExtensionActivityLogging[] =
488 "enable-extension-activity-logging"; 488 "enable-extension-activity-logging";
489 489
490 const char kEnableExtensionActivityLogTesting[] =
491 "enable-extension-activity-log-testing";
492
493 // Enables the extension activity UI. 490 // Enables the extension activity UI.
494 const char kEnableExtensionActivityUI[] = "enable-extension-activity-ui"; 491 const char kEnableExtensionActivityUI[] = "enable-extension-activity-ui";
495 492
496 // Enables or disables showing extensions in the action box. 493 // Enables or disables showing extensions in the action box.
497 const char kExtensionsInActionBox[] = "extensions-in-action-box"; 494 const char kExtensionsInActionBox[] = "extensions-in-action-box";
498 495
499 // By default, cookies are not allowed on file://. They are needed for testing, 496 // By default, cookies are not allowed on file://. They are needed for testing,
500 // for example page cycler and layout tests. See bug 1157243. 497 // for example page cycler and layout tests. See bug 1157243.
501 const char kEnableFileCookies[] = "enable-file-cookies"; 498 const char kEnableFileCookies[] = "enable-file-cookies";
502 499
(...skipping 1162 matching lines...) Expand 10 before | Expand all | Expand 10 after
1665 1662
1666 // ----------------------------------------------------------------------------- 1663 // -----------------------------------------------------------------------------
1667 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE. 1664 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE.
1668 // 1665 //
1669 // You were going to just dump your switches here, weren't you? Instead, please 1666 // You were going to just dump your switches here, weren't you? Instead, please
1670 // put them in alphabetical order above, or in order inside the appropriate 1667 // put them in alphabetical order above, or in order inside the appropriate
1671 // ifdef at the bottom. The order should match the header. 1668 // ifdef at the bottom. The order should match the header.
1672 // ----------------------------------------------------------------------------- 1669 // -----------------------------------------------------------------------------
1673 1670
1674 } // namespace switches 1671 } // namespace switches
OLDNEW
« no previous file with comments | « trunk/src/chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698