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

Unified Diff: ppapi/shared_impl/ppapi_switches.cc

Issue 10984094: Hook up PpapiPermissions in more places. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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 | « ppapi/shared_impl/ppapi_switches.h ('k') | webkit/plugins/plugin_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « ppapi/shared_impl/ppapi_switches.h ('k') | webkit/plugins/plugin_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698