summaryrefslogtreecommitdiffstats
path: root/chromium/ui/surface/surface_switches.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ui/surface/surface_switches.cc')
-rw-r--r--chromium/ui/surface/surface_switches.cc19
1 files changed, 0 insertions, 19 deletions
diff --git a/chromium/ui/surface/surface_switches.cc b/chromium/ui/surface/surface_switches.cc
deleted file mode 100644
index ab8b608518d..00000000000
--- a/chromium/ui/surface/surface_switches.cc
+++ /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.
-
-#include "ui/surface/surface_switches.h"
-
-namespace switches {
-
-// Flags for enabling speculative fix for http://crbug.com/169848
-
-// Use GDI to do every first Present after the tab is unhidden.
-const char kDoAllShowPresentWithGDI[] = "all-show-present-with-GDI";
-
-// Use GDI to do the fist Present after the tab is unhidden.
-const char kDoFirstShowPresentWithGDI[] = "first-show-present-with-GDI";
-
-
-} // namespace switches
-