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

Unified Diff: content/shell/common/layout_test/layout_test_switches.h

Issue 1763113002: Move layout-test-specific switches from shell_switches to layout_test_switches.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove-line-box-and-debug-from-flags-struct
Patch Set: Fix accidental condition reversal in Shell::ToggleFullscreenModeForTab. Created 4 years, 9 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 side-by-side diff with in-line comments
Download patch
Index: content/shell/common/layout_test/layout_test_switches.h
diff --git a/content/shell/common/shell_switches.h b/content/shell/common/layout_test/layout_test_switches.h
similarity index 50%
copy from content/shell/common/shell_switches.h
copy to content/shell/common/layout_test/layout_test_switches.h
index 4c61a110ac4b6b0cb3e017e29dfcb635c091f391..fbcef121c8736a1dbb5d87c8b03f9272750e38fe 100644
--- a/content/shell/common/shell_switches.h
+++ b/content/shell/common/layout_test/layout_test_switches.h
@@ -1,11 +1,11 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
+// Copyright 2016 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.
-// Defines all the "content_shell" command-line switches.
+// Defines all the "layout_test" command-line switches.
-#ifndef CONTENT_SHELL_COMMON_SHELL_SWITCHES_H_
-#define CONTENT_SHELL_COMMON_SHELL_SWITCHES_H_
+#ifndef CONTENT_SHELL_COMMON_LAYOUT_TEST_LAYOUT_TEST_SWITCHES_H_
+#define CONTENT_SHELL_COMMON_LAYOUT_TEST_LAYOUT_TEST_SWITCHES_H_
#include <string>
#include <vector>
@@ -14,9 +14,6 @@ namespace switches {
extern const char kAllowExternalPages[];
extern const char kCheckLayoutTestSysDeps[];
-extern const char kContentBrowserTest[];
-extern const char kContentShellDataPath[];
-extern const char kCrashDumpsDir[];
extern const char kCrashOnFailure[];
extern const char kEnableAccelerated2DCanvas[];
extern const char kEnableFontAntialiasing[];
@@ -24,15 +21,9 @@ extern const char kAlwaysUseComplexText[];
extern const char kEnableLeakDetection[];
extern const char kEncodeBinary[];
extern const char kExposeInternalsForTesting[];
-extern const char kIsolateSitesForTesting[];
-extern const char kRegisterFontFiles[];
extern const char kRunLayoutTest[];
extern const char kStableReleaseMode[];
-extern const char kContentShellHostWindowSize[];
-
-// Returns list of extra font files to be made accessible to the renderer.
-std::vector<std::string> GetSideloadFontFiles();
} // namespace switches
-#endif // CONTENT_SHELL_COMMON_SHELL_SWITCHES_H_
+#endif // CONTENT_SHELL_COMMON_LAYOUT_TEST_LAYOUT_TEST_SWITCHES_H_

Powered by Google App Engine
This is Rietveld 408576698