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

Unified Diff: webkit/plugins/ppapi/plugin_delegate.h

Issue 10831045: Add PP_FlashLSORestrictions to the list of settings supported by the Flash_GetSetting Pepper API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 5 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
Index: webkit/plugins/ppapi/plugin_delegate.h
diff --git a/webkit/plugins/ppapi/plugin_delegate.h b/webkit/plugins/ppapi/plugin_delegate.h
index 3428db3de94e3bd3168a5b728d6eb769761ce41e..65f85bb5e0c29686cee26b727f8e65dfeec71959 100644
--- a/webkit/plugins/ppapi/plugin_delegate.h
+++ b/webkit/plugins/ppapi/plugin_delegate.h
@@ -664,6 +664,11 @@ class PluginDelegate {
// Returns a Device ID
virtual std::string GetDeviceID() = 0;
+
+ // Returns restrictions on local data handled by the plug-in.
+ virtual void GetLocalDataRestrictions(const GURL& url,
+ bool* block_access,
+ bool* in_memory) = 0;
};
} // namespace ppapi

Powered by Google App Engine
This is Rietveld 408576698