Index: ppapi/proxy/interface_list.cc |
diff --git a/ppapi/proxy/interface_list.cc b/ppapi/proxy/interface_list.cc |
index 154ffc15b634ad608d05f4830b3d864cfe7c4d6d..327d9be131240369833b5c7f78ce815f6631e55d 100644 |
--- a/ppapi/proxy/interface_list.cc |
+++ b/ppapi/proxy/interface_list.cc |
@@ -194,12 +194,8 @@ InterfaceList::InterfaceList() { |
#endif // !defined(OS_NACL) |
} |
{ |
- // 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" |
+ Permission current_required_permission = PERMISSION_DEV_CHANNEL; |
+ #include "ppapi/thunk/interfaces_ppb_public_dev_channel.h" |
} |
#undef PROXIED_API |