Skip to content

Commit

Permalink
Remove unused switch --enable-errdialogs
Browse files Browse the repository at this point in the history
BUG=350234
R=sky@chromium.org

Review URL: https://codereview.chromium.org/455393002

Cr-Commit-Position: refs/heads/master@{#288952}
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288952 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
phajdan.jr@chromium.org committed Aug 12, 2014
1 parent 3a276ff commit d154b3f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions chrome/test/base/test_switches.cc
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ namespace switches {
// Also emit full event trace logs for successful tests.
const char kAlsoEmitSuccessLogs[] = "also-emit-success-logs";

// Enable displaying error dialogs (for debugging).
const char kEnableErrorDialogs[] = "enable-errdialogs";

#if defined(OS_WIN)
// Force browser tests to run in Ash/Metro on Windows 8.
const char kAshBrowserTests[] = "ash-browsertests";
Expand Down
1 change: 0 additions & 1 deletion chrome/test/base/test_switches.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ namespace switches {
// All switches in alphabetical order. The switches should be documented
// alongside the definition of their values in the .cc file.
extern const char kAlsoEmitSuccessLogs[];
extern const char kEnableErrorDialogs[];

#if defined(OS_WIN)
extern const char kAshBrowserTests[];
Expand Down

0 comments on commit d154b3f

Please sign in to comment.