summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/interface_list.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi/proxy/interface_list.cc')
-rw-r--r--ppapi/proxy/interface_list.cc8
1 files changed, 2 insertions, 6 deletions
diff --git a/ppapi/proxy/interface_list.cc b/ppapi/proxy/interface_list.cc
index c734710..c1ff168 100644
--- a/ppapi/proxy/interface_list.cc
+++ b/ppapi/proxy/interface_list.cc
@@ -192,12 +192,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