Index: trunk/src/ppapi/proxy/interface_list.cc |
=================================================================== |
--- trunk/src/ppapi/proxy/interface_list.cc (revision 243841) |
+++ trunk/src/ppapi/proxy/interface_list.cc (working copy) |
@@ -192,8 +192,12 @@ |
#endif // !defined(OS_NACL) |
} |
{ |
- Permission current_required_permission = PERMISSION_DEV_CHANNEL; |
- #include "ppapi/thunk/interfaces_ppb_public_dev_channel.h" |
+ // TODO(teravest): These lines should be uncommented when a dev channel |
+ // interface is added. They're commented right now because they cause an |
+ // unused variable warning. |
+ // |
+ // Permission current_required_permission = PERMISSION_DEV_CHANNEL; |
+ // #include "ppapi/thunk/interfaces_ppb_public_dev_channel.h" |
} |
#undef PROXIED_API |