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

Unified Diff: webkit/plugins/ppapi/mock_plugin_delegate.cc

Issue 11413200: Refactored PPB_Flash GetSettings to the new pepper resource model (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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/mock_plugin_delegate.cc
diff --git a/webkit/plugins/ppapi/mock_plugin_delegate.cc b/webkit/plugins/ppapi/mock_plugin_delegate.cc
index eec48da6be9928c2836f7ed93d9ab76674e7c7c7..cd5c84f78a69782eaec9eacf9146da027d2b0143 100644
--- a/webkit/plugins/ppapi/mock_plugin_delegate.cc
+++ b/webkit/plugins/ppapi/mock_plugin_delegate.cc
@@ -423,11 +423,5 @@ int MockPluginDelegate::EnumerateDevices(
void MockPluginDelegate::StopEnumerateDevices(int request_id) {
}
-PP_FlashLSORestrictions MockPluginDelegate::GetLocalDataRestrictions(
- const GURL& document_url,
- const GURL& plugin_url) {
- return PP_FLASHLSORESTRICTIONS_NONE;
-}
-
} // namespace ppapi
} // namespace webkit

Powered by Google App Engine
This is Rietveld 408576698