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

Unified Diff: ppapi/native_client/src/trusted/plugin/plugin.h

Issue 10827456: Remove PPB_Scrollbar_Dev and PPB_Widget_Dev from native client (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Also remove PPB_PDF and associated tests 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: ppapi/native_client/src/trusted/plugin/plugin.h
diff --git a/ppapi/native_client/src/trusted/plugin/plugin.h b/ppapi/native_client/src/trusted/plugin/plugin.h
index 1258f4e1f579e88aaf6b984dc306046d188372ac..35bdb33a365f4164fe02731aec91d6a3569fa82e 100644
--- a/ppapi/native_client/src/trusted/plugin/plugin.h
+++ b/ppapi/native_client/src/trusted/plugin/plugin.h
@@ -48,7 +48,6 @@ class Printing_Dev;
class Selection_Dev;
class URLLoader;
class URLUtil_Dev;
-class WidgetClient_Dev;
class Zoom_Dev;
}
@@ -503,7 +502,6 @@ class Plugin : public pp::InstancePrivate {
nacl::scoped_ptr<pp::MouseLock> mouse_lock_adapter_;
nacl::scoped_ptr<pp::Printing_Dev> printing_adapter_;
nacl::scoped_ptr<pp::Selection_Dev> selection_adapter_;
- nacl::scoped_ptr<pp::WidgetClient_Dev> widget_client_adapter_;
nacl::scoped_ptr<pp::Zoom_Dev> zoom_adapter_;
// Used for NexeFileDidOpenContinuation

Powered by Google App Engine
This is Rietveld 408576698