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

Unified Diff: gin/modules/timer.cc

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
Index: gin/modules/timer.cc
diff --git a/gin/modules/timer.cc b/gin/modules/timer.cc
index ebe75bbe6b6a6a8a984cf42f657f82c737fb67c7..8ffb842c2e55a280c410cda26960757713a35430 100644
--- a/gin/modules/timer.cc
+++ b/gin/modules/timer.cc
@@ -65,6 +65,7 @@ void Timer::OnTimerFired() {
// TimerModule
+const char TimerModule::kName[] = "timer";
WrapperInfo TimerModule::kWrapperInfo = { kEmbedderNativeGin };
// static
« no previous file with comments | « gin/modules/timer.h ('k') | mojo/apps/js/main.js » ('j') | mojo/apps/js/main.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698