summaryrefslogtreecommitdiffstats
path: root/chromium/ui/surface/surface_switches.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ui/surface/surface_switches.h')
-rw-r--r--chromium/ui/surface/surface_switches.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/chromium/ui/surface/surface_switches.h b/chromium/ui/surface/surface_switches.h
deleted file mode 100644
index 13eabb52c30..00000000000
--- a/chromium/ui/surface/surface_switches.h
+++ /dev/null
@@ -1,19 +0,0 @@
-// Copyright (c) 2013 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.
-
-#ifndef UI_SURFACE_SURFACE_SWITCHES_H_
-#define UI_SURFACE_SURFACE_SWITCHES_H_
-
-#include "ui/surface/surface_export.h"
-
-// Defines all the command-line switches used by ui/surface.
-
-namespace switches {
-
-SURFACE_EXPORT extern const char kDoAllShowPresentWithGDI[];
-SURFACE_EXPORT extern const char kDoFirstShowPresentWithGDI[];
-
-} // namespace switches
-
-#endif // UI_SURFACE_SURFACE_SWITCHES_H_