| Index: ppapi/proxy/ppb_flash_proxy.cc
|
| diff --git a/ppapi/proxy/ppb_flash_proxy.cc b/ppapi/proxy/ppb_flash_proxy.cc
|
| index 6713845df4389a06441c1e14e4941ef2b261a838..2dcd68b386ccf324d16e3dd7dcb7fbafa61ab762 100644
|
| --- a/ppapi/proxy/ppb_flash_proxy.cc
|
| +++ b/ppapi/proxy/ppb_flash_proxy.cc
|
| @@ -153,9 +153,9 @@ double GetLocalTimeZoneOffset(PP_Instance instance, PP_Time t) {
|
| return result;
|
| }
|
|
|
| -PP_Var GetCommandLineArgs(PP_Module pp_module) {
|
| +PP_Var GetCommandLineArgs(PP_Module /*pp_module*/) {
|
| std::string args = ProxyModule::GetInstance()->GetFlashCommandLineArgs();
|
| - return StringVar::StringToPPVar(pp_module, args);
|
| + return StringVar::StringToPPVar(args);
|
| }
|
|
|
| const PPB_Flash flash_interface = {
|
|
|