Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1064)

Unified Diff: content/browser/renderer_host/pepper/pepper_flash_browser_host.h

Issue 11516020: Refactor PPB_Flash GetLocalTimeZoneOffset to the new PPAPI resource model (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/browser/renderer_host/pepper/pepper_flash_browser_host.h
diff --git a/content/browser/renderer_host/pepper/pepper_flash_browser_host.h b/content/browser/renderer_host/pepper/pepper_flash_browser_host.h
index 307fe944d406355556e715a9d35b5e918d6f84ab..8306012b77202c8d0443203f6e27bdf2bc0cb3f7 100644
--- a/content/browser/renderer_host/pepper/pepper_flash_browser_host.h
+++ b/content/browser/renderer_host/pepper/pepper_flash_browser_host.h
@@ -9,6 +9,10 @@
#include "ppapi/host/host_message_context.h"
#include "ppapi/host/resource_host.h"
+namespace base {
+class Time;
+}
+
namespace content {
class BrowserPpapiHost;
@@ -27,6 +31,9 @@ class PepperFlashBrowserHost : public ppapi::host::ResourceHost {
private:
int32_t OnMsgUpdateActivity(ppapi::host::HostMessageContext* host_context);
+ int32_t OnMsgGetLocalTimeZoneOffset(
+ ppapi::host::HostMessageContext* host_context,
+ const base::Time& t);
DISALLOW_COPY_AND_ASSIGN(PepperFlashBrowserHost);
};
« no previous file with comments | « chrome/test/ppapi/ppapi_browsertest.cc ('k') | content/browser/renderer_host/pepper/pepper_flash_browser_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698