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

Unified Diff: gin/modules/timer.h

Issue 126743002: Make the cube spin in the JS mojo app. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: blah Created 6 years, 11 months 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
« no previous file with comments | « no previous file | gin/modules/timer.cc » ('j') | mojo/apps/js/main.js » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gin/modules/timer.h
diff --git a/gin/modules/timer.h b/gin/modules/timer.h
index c39e1310c69fcffa7764cb6468f198819db30711..e2bed2e56fbee24cbed89949c97a9e0f6630be7b 100644
--- a/gin/modules/timer.h
+++ b/gin/modules/timer.h
@@ -46,6 +46,7 @@ class GIN_EXPORT Timer : public Wrappable<Timer> {
class GIN_EXPORT TimerModule : public Wrappable<TimerModule> {
public:
+ static const char kName[];
static WrapperInfo kWrapperInfo;
static Handle<TimerModule> Create(v8::Isolate* isolate);
static v8::Local<v8::Value> GetModule(v8::Isolate* isolate);
« no previous file with comments | « no previous file | gin/modules/timer.cc » ('j') | mojo/apps/js/main.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698