Index: ppapi/shared_impl/ppapi_switches.cc |
diff --git a/ui/views/views_switches.cc b/ppapi/shared_impl/ppapi_switches.cc |
similarity index 56% |
copy from ui/views/views_switches.cc |
copy to ppapi/shared_impl/ppapi_switches.cc |
index d5b49df2e0302d72443de6617edfcc755342e862..84ba25034ecb4a361bf4531119be68d440b14959 100644 |
--- a/ui/views/views_switches.cc |
+++ b/ppapi/shared_impl/ppapi_switches.cc |
@@ -2,13 +2,11 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "ui/views/views_switches.h" |
+#include "ppapi/shared_impl/ppapi_switches.h" |
-namespace views { |
namespace switches { |
-// Run in desktop mode using the aura framework. |
-const char kDesktopAura[] = "desktop-aura"; |
+// Enables the testing interface for PPAPI. |
+const char kEnablePepperTesting[] = "enable-pepper-testing"; |
} // namespace switches |
-} // namespace views |