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

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

Issue 380893005: Add an option page for searching and managing resources and permissions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Last pass. Created 6 years, 5 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
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 644 matching lines...) Expand 10 before | Expand all | Expand 10 after
655 // User should set breakpoints on Alarm() to examine problematic thread. 655 // User should set breakpoints on Alarm() to examine problematic thread.
656 // 656 //
657 // Usage: -enable-watchdog=[ui][io] 657 // Usage: -enable-watchdog=[ui][io]
658 // 658 //
659 // Order of the listed sub-arguments does not matter. 659 // Order of the listed sub-arguments does not matter.
660 const char kEnableWatchdog[] = "enable-watchdog"; 660 const char kEnableWatchdog[] = "enable-watchdog";
661 661
662 // Uses WebSocket over SPDY. 662 // Uses WebSocket over SPDY.
663 const char kEnableWebSocketOverSpdy[] = "enable-websocket-over-spdy"; 663 const char kEnableWebSocketOverSpdy[] = "enable-websocket-over-spdy";
664 664
665 // Enables the Website Settings page on the Settings page.
666 const char kEnableWebsiteSettingsManager[] = "enable-website-settings-manager";
667
665 // Explicitly allows additional ports using a comma-separated list of port 668 // Explicitly allows additional ports using a comma-separated list of port
666 // numbers. 669 // numbers.
667 const char kExplicitlyAllowedPorts[] = "explicitly-allowed-ports"; 670 const char kExplicitlyAllowedPorts[] = "explicitly-allowed-ports";
668 671
669 // Values for the kExtensionContentVerification flag. 672 // Values for the kExtensionContentVerification flag.
670 // See ContentVerifierDelegate::Mode for more explanation. 673 // See ContentVerifierDelegate::Mode for more explanation.
671 const char kExtensionContentVerificationBootstrap[] = "bootstrap"; 674 const char kExtensionContentVerificationBootstrap[] = "bootstrap";
672 const char kExtensionContentVerificationEnforceStrict[] = "enforce_strict"; 675 const char kExtensionContentVerificationEnforceStrict[] = "enforce_strict";
673 const char kExtensionContentVerificationEnforce[] = "enforce"; 676 const char kExtensionContentVerificationEnforce[] = "enforce";
674 677
(...skipping 732 matching lines...) Expand 10 before | Expand all | Expand 10 after
1407 1410
1408 // ----------------------------------------------------------------------------- 1411 // -----------------------------------------------------------------------------
1409 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE. 1412 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE.
1410 // 1413 //
1411 // You were going to just dump your switches here, weren't you? Instead, please 1414 // You were going to just dump your switches here, weren't you? Instead, please
1412 // put them in alphabetical order above, or in order inside the appropriate 1415 // put them in alphabetical order above, or in order inside the appropriate
1413 // ifdef at the bottom. The order should match the header. 1416 // ifdef at the bottom. The order should match the header.
1414 // ----------------------------------------------------------------------------- 1417 // -----------------------------------------------------------------------------
1415 1418
1416 } // namespace switches 1419 } // namespace switches
OLDNEW
« chrome/browser/resources/options/website_settings.js ('K') | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698