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

Unified Diff: content/shell/shell_switches.h

Issue 14767019: [content shell] move code common to several processes to a common dir (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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
« no previous file with comments | « content/shell/shell_resource_dispatcher_host_delegate.cc ('k') | content/shell/shell_switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/shell_switches.h
diff --git a/content/shell/shell_switches.h b/content/shell/shell_switches.h
deleted file mode 100644
index e89ff26e216a6896229907e5463487f6c0661e66..0000000000000000000000000000000000000000
--- a/content/shell/shell_switches.h
+++ /dev/null
@@ -1,25 +0,0 @@
-// 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.
-
-// Defines all the "content_shell" command-line switches.
-
-#ifndef CONTENT_SHELL_SHELL_SWITCHES_H_
-#define CONTENT_SHELL_SHELL_SWITCHES_H_
-
-namespace switches {
-
-extern const char kAllowExternalPages[];
-extern const char kCheckLayoutTestSysDeps[];
-extern const char kContentBrowserTest[];
-extern const char kContentShellDataPath[];
-extern const char kDisableHeadlessForLayoutTests[];
-extern const char kDumpRenderTree[];
-extern const char kEnableAccelerated2DCanvas[];
-extern const char kEnableSoftwareCompositing[];
-extern const char kNoTimeout[];
-extern const char kOutputLayoutTestDifferences[];
-
-} // namespace switches
-
-#endif // CONTENT_SHELL_SHELL_SWITCHES_H_
« no previous file with comments | « content/shell/shell_resource_dispatcher_host_delegate.cc ('k') | content/shell/shell_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698