| Index: ppapi/proxy/interface_list.h
|
| diff --git a/ppapi/proxy/interface_list.h b/ppapi/proxy/interface_list.h
|
| index bb9ccad3158ce42e83a46fcf77435547d2a04152..78064170d1c526c90a0076fcdba1cb3ae381c4f4 100644
|
| --- a/ppapi/proxy/interface_list.h
|
| +++ b/ppapi/proxy/interface_list.h
|
| @@ -35,6 +35,8 @@ class InterfaceList {
|
| // using to keep honest plugins honest.
|
| static PPAPI_PROXY_EXPORT void SetProcessGlobalPermissions(
|
| const PpapiPermissions& permissions);
|
| + static PPAPI_PROXY_EXPORT void SetSupportsDevChannel(
|
| + bool supports_dev_channel);
|
|
|
| // Looks up the ID for the given interface name. Returns API_ID_NONE if
|
| // the interface string is not found.
|
|
|