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

Unified Diff: ppapi/host/resource_host.h

Issue 1093383002: [WIP] Provided file system from NACL. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Various cleanups Created 5 years, 7 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/host/resource_host.h
diff --git a/ppapi/host/resource_host.h b/ppapi/host/resource_host.h
index 517cf0a331f67d055542082c61fc6a098c61f521..4786c548b6b5fd621d691995238b2fd64421fddc 100644
--- a/ppapi/host/resource_host.h
+++ b/ppapi/host/resource_host.h
@@ -61,7 +61,6 @@ class PPAPI_HOST_EXPORT ResourceHost : public ResourceMessageHandler {
virtual bool IsFileSystemHost();
virtual bool IsGraphics2DHost();
virtual bool IsMediaStreamVideoTrackHost();
-
protected:
// Adds a ResourceMessageFilter to handle resource messages. Incoming
// messages will be passed to the handlers of these filters before being

Powered by Google App Engine
This is Rietveld 408576698