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

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

Issue 10854131: Remove obsolete webkit_glue::P2PTransport interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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 fd8a2a50d025bdec6390557cbd7a4cb98b48d68b..7418070f3b258666a5c55c2e9cacb4e6c8e37969 100644
--- a/webkit/plugins/ppapi/plugin_delegate.h
+++ b/webkit/plugins/ppapi/plugin_delegate.h
@@ -602,9 +602,6 @@ class PluginDelegate {
// Tells the browser to bring up SaveAs dialog to save specified URL.
virtual void SaveURLAs(const GURL& url) = 0;
- // Creates P2PTransport object.
- virtual webkit_glue::P2PTransport* CreateP2PTransport() = 0;
-
virtual double GetLocalTimeZoneOffset(base::Time t) = 0;
// Create an anonymous shared memory segment of size |size| bytes, and return
« content/renderer/p2p/port_allocator.h ('K') | « webkit/plugins/ppapi/mock_plugin_delegate.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698