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

Unified Diff: gin/test/gtest.h

Issue 69843003: Implement Mojo message codec in JavaScript (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address Aaron's comments Created 7 years, 1 month 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 | « gin/test/file_runner.cc ('k') | gin/test/gtest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gin/test/gtest.h
diff --git a/gin/test/gtest.h b/gin/test/gtest.h
index e4ad534c146cca369057c00232828d6c74113f1c..ee19b715d89c72416787ee7b69f224159f151f21 100644
--- a/gin/test/gtest.h
+++ b/gin/test/gtest.h
@@ -9,7 +9,11 @@
namespace gin {
-v8::Local<v8::ObjectTemplate> GetGTestTemplate(v8::Isolate* isolate);
+class GTest {
+ public:
+ static const char kModuleName[];
+ static v8::Local<v8::ObjectTemplate> GetTemplate(v8::Isolate* isolate);
+};
} // namespace gin
« no previous file with comments | « gin/test/file_runner.cc ('k') | gin/test/gtest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698