Index: ppapi/shared_impl/ppapi_constants.h |
diff --git a/ppapi/shared_impl/ppapi_constants.h b/ppapi/shared_impl/ppapi_constants.h |
index 118db2579c47c699061f67ce79c71d1bc9f64b5d..c26d9a7d01e482ba8c404b24daa1e39d0a43adec 100644 |
--- a/ppapi/shared_impl/ppapi_constants.h |
+++ b/ppapi/shared_impl/ppapi_constants.h |
@@ -23,6 +23,9 @@ const char kPowerSaverTestPluginName[] = "power_saver_test_plugin.plugin"; |
const char kPowerSaverTestPluginName[] = "libpower_saver_test_plugin.so"; |
#endif |
+// Name of the root directory in the plugin private file system. |
+const char kPluginPrivateRootName[] = "pluginprivate"; |
+ |
} // namespace ppapi |
#endif // PPAPI_SHARED_IMPL_PPAPI_CONSTANTS_H_ |