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

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

Issue 6240010: retry r71405: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 11 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/renderer/render_thread.cc » ('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) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 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 832 matching lines...) Expand 10 before | Expand all | Expand 10 after
843 // Causes the process to run as a NativeClient broker 843 // Causes the process to run as a NativeClient broker
844 // (used for launching NaCl loader processes on 64-bit Windows). 844 // (used for launching NaCl loader processes on 64-bit Windows).
845 const char kNaClBrokerProcess[] = "nacl-broker"; 845 const char kNaClBrokerProcess[] = "nacl-broker";
846 846
847 // Causes the process to run as a NativeClient loader. 847 // Causes the process to run as a NativeClient loader.
848 const char kNaClLoaderProcess[] = "nacl-loader"; 848 const char kNaClLoaderProcess[] = "nacl-loader";
849 849
850 // Causes the Native Client process to display a dialog on launch. 850 // Causes the Native Client process to display a dialog on launch.
851 const char kNaClStartupDialog[] = "nacl-startup-dialog"; 851 const char kNaClStartupDialog[] = "nacl-startup-dialog";
852 852
853 // Enables the new security model for "chrome" URLs.
854 const char kNewChromeUISecurityModel[] = "new-chrome-ui-security-model";
855
856 // Disables the default browser check. Useful for UI/browser tests where we 853 // Disables the default browser check. Useful for UI/browser tests where we
857 // want to avoid having the default browser info-bar displayed. 854 // want to avoid having the default browser info-bar displayed.
858 const char kNoDefaultBrowserCheck[] = "no-default-browser-check"; 855 const char kNoDefaultBrowserCheck[] = "no-default-browser-check";
859 856
860 // Don't record/playback events when using record & playback. 857 // Don't record/playback events when using record & playback.
861 const char kNoEvents[] = "no-events"; 858 const char kNoEvents[] = "no-events";
862 859
863 // Bypass the First Run experience when the browser is started, regardless of 860 // Bypass the First Run experience when the browser is started, regardless of
864 // Disables all experiments set on about:flags. Does not disable about:flags 861 // Disables all experiments set on about:flags. Does not disable about:flags
865 // itself. Useful if an experiment makes chrome crash at startup: One can start 862 // itself. Useful if an experiment makes chrome crash at startup: One can start
(...skipping 536 matching lines...) Expand 10 before | Expand all | Expand 10 after
1402 1399
1403 // ----------------------------------------------------------------------------- 1400 // -----------------------------------------------------------------------------
1404 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE. 1401 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE.
1405 // 1402 //
1406 // You were going to just dump your switches here, weren't you? Instead, 1403 // You were going to just dump your switches here, weren't you? Instead,
1407 // please put them in alphabetical order above, or in order inside the 1404 // please put them in alphabetical order above, or in order inside the
1408 // appropriate ifdef at the bottom. The order should match the header. 1405 // appropriate ifdef at the bottom. The order should match the header.
1409 // ----------------------------------------------------------------------------- 1406 // -----------------------------------------------------------------------------
1410 1407
1411 } // namespace switches 1408 } // namespace switches
OLDNEW
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chrome/renderer/render_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698