From eccf8031b30e3f8cf85b1e0dc82e69966afa30d5 Mon Sep 17 00:00:00 2001 From: "brettw@chromium.org" Date: Sat, 14 Jul 2012 15:43:42 +0000 Subject: This implements the PPB_FileChooser resource as a new-style IPC-only resource. Note that the new file name is file_chooser_resource in the proxy. I decided to drop the ppb_ prefix for the "new-style" files to help differentiate them, and also because it's technically wrong. PPB is an interface, and a resource "object" may support multiple interfaces. I think FooResource is easier to type and read. Review URL: https://chromiumcodereview.appspot.com/10544089 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146737 0039d316-1c4b-4281-b951-d872f2087c98 --- ppapi/shared_impl/ppb_file_ref_shared.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'ppapi/shared_impl') diff --git a/ppapi/shared_impl/ppb_file_ref_shared.cc b/ppapi/shared_impl/ppb_file_ref_shared.cc index b273364..a47cdb8 100644 --- a/ppapi/shared_impl/ppb_file_ref_shared.cc +++ b/ppapi/shared_impl/ppb_file_ref_shared.cc @@ -17,7 +17,6 @@ PPB_FileRef_Shared::PPB_FileRef_Shared(ResourceObjectType type, // Resource's constructor assigned a PP_Resource, so we can fill out our // host resource now. create_info_.resource = host_resource(); - DCHECK(!create_info_.resource.is_null()); } } -- cgit v1.1