summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/ppb_flash_proxy.h
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-21 23:07:45 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-21 23:07:45 +0000
commit4d3aec119b4617fd3b75eeffa150724985798f4e (patch)
tree9a8fa1d70e826875a4a7f01e398b6986adb3fb55 /ppapi/proxy/ppb_flash_proxy.h
parentcc6c5d6fab9bacf150042cc83654d9ffa86e367e (diff)
downloadchromium_src-4d3aec119b4617fd3b75eeffa150724985798f4e.zip
chromium_src-4d3aec119b4617fd3b75eeffa150724985798f4e.tar.gz
chromium_src-4d3aec119b4617fd3b75eeffa150724985798f4e.tar.bz2
Proxy time zone requests to the browser. This is because the current code
can't run in the sandbox on Linux. TEST=manual BUG=80176 Review URL: http://codereview.chromium.org/6891001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82575 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/proxy/ppb_flash_proxy.h')
-rw-r--r--ppapi/proxy/ppb_flash_proxy.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ppapi/proxy/ppb_flash_proxy.h b/ppapi/proxy/ppb_flash_proxy.h
index 9666e4b..4449bf5 100644
--- a/ppapi/proxy/ppb_flash_proxy.h
+++ b/ppapi/proxy/ppb_flash_proxy.h
@@ -10,6 +10,7 @@
#include "ipc/ipc_platform_file.h"
#include "ppapi/c/pp_instance.h"
#include "ppapi/c/pp_module.h"
+#include "ppapi/c/pp_time.h"
#include "ppapi/proxy/host_resource.h"
#include "ppapi/proxy/interface_proxy.h"
@@ -51,6 +52,8 @@ class PPB_Flash_Proxy : public InterfaceProxy {
int32_t* result);
void OnMsgRunMessageLoop(PP_Instance instance);
void OnMsgQuitMessageLoop(PP_Instance instance);
+ void OnMsgGetLocalTimeZoneOffset(PP_Instance instance, PP_Time t,
+ double* result);
};
} // namespace proxy