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

Unified Diff: tests/testing_instance.h

Issue 3993001: Run Pepper unit tests in Native Client, part 1 (pepper repo).... (Closed) Base URL: http://ppapi.googlecode.com/svn/trunk/
Patch Set: '' Created 10 years, 2 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 | « tests/test_url_loader.cc ('k') | tests/testing_instance.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/testing_instance.h
===================================================================
--- tests/testing_instance.h (revision 311)
+++ tests/testing_instance.h (working copy)
@@ -70,6 +70,9 @@
// Collects all errors to send the the browser. Empty indicates no error yet.
std::string errors_;
+
+ // True if running in Native Client.
+ bool nacl_mode_;
};
#endif // PPAPI_TEST_TESTING_INSTANCE_H_
« no previous file with comments | « tests/test_url_loader.cc ('k') | tests/testing_instance.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698