| Index: content/ppapi_plugin/ppapi_thread.h
|
| diff --git a/content/ppapi_plugin/ppapi_thread.h b/content/ppapi_plugin/ppapi_thread.h
|
| index 8a06c4d1f84612b01b9a2268ef92b394f072fe50..a3c0228ae8da47c608e63bac0640840460d2b536 100644
|
| --- a/content/ppapi_plugin/ppapi_thread.h
|
| +++ b/content/ppapi_plugin/ppapi_thread.h
|
| @@ -93,7 +93,8 @@ class PpapiThread : public ChildThread,
|
|
|
| // Message handlers.
|
| void OnLoadPlugin(const base::FilePath& path,
|
| - const ppapi::PpapiPermissions& permissions);
|
| + const ppapi::PpapiPermissions& permissions,
|
| + bool supports_dev_channel);
|
| void OnCreateChannel(base::ProcessId renderer_pid,
|
| int renderer_child_id,
|
| bool incognito);
|
|
|