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.h | |
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.h')
-rw-r--r-- | base/base_switches.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/base/base_switches.h b/base/base_switches.h index 4645a2f..288cd78 100644 --- a/base/base_switches.h +++ b/base/base_switches.h @@ -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. @@ -15,7 +15,6 @@ extern const char kDisableBreakpad[]; extern const char kEnableDCHECK[]; extern const char kFullMemoryCrashReport[]; extern const char kNoErrorDialogs[]; -extern const char kNoMessageBox[]; extern const char kTestChildProcess[]; extern const char kV[]; extern const char kVModule[]; |