diff options
Diffstat (limited to 'ppapi/shared_impl/ppapi_switches.cc')
-rw-r--r-- | ppapi/shared_impl/ppapi_switches.cc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ppapi/shared_impl/ppapi_switches.cc b/ppapi/shared_impl/ppapi_switches.cc new file mode 100644 index 0000000..84ba250 --- /dev/null +++ b/ppapi/shared_impl/ppapi_switches.cc @@ -0,0 +1,12 @@ +// 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. + +#include "ppapi/shared_impl/ppapi_switches.h" + +namespace switches { + +// Enables the testing interface for PPAPI. +const char kEnablePepperTesting[] = "enable-pepper-testing"; + +} // namespace switches |