diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-12 15:35:12 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-12 15:35:12 +0000 |
commit | 3455af4ec36895748b2a8f2063a2a1af805f199a (patch) | |
tree | bab61848d92ae04385871c7b5192201bf3f05b77 /base/base_switches.cc | |
parent | 4bd678ebf80912d096a8e13fd6d56c5a16e526de (diff) | |
download | chromium_src-3455af4ec36895748b2a8f2063a2a1af805f199a.zip chromium_src-3455af4ec36895748b2a8f2063a2a1af805f199a.tar.gz chromium_src-3455af4ec36895748b2a8f2063a2a1af805f199a.tar.bz2 |
ui/base: Move message_box_win.{h,cc} to ui/base/win.
R=sky@chromium.org
TBR=brettw@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9669028
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126144 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/base_switches.cc')
-rw-r--r-- | base/base_switches.cc | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/base/base_switches.cc b/base/base_switches.cc index 78f55a7..7c7b061 100644 --- a/base/base_switches.cc +++ b/base/base_switches.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -24,10 +24,6 @@ const char kFullMemoryCrashReport[] = "full-memory-crash-report"; // Suppresses all error dialogs when present. const char kNoErrorDialogs[] = "noerrdialogs"; -// Disable ui::MessageBox. This is useful when running as part of scripts that -// do not have a user interface. -const char kNoMessageBox[] = "no-message-box"; - // When running certain tests that spawn child processes, this switch indicates // to the test framework that the current process is a child process. const char kTestChildProcess[] = "test-child-process"; |