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

Unified Diff: ppapi/tests/testing_instance.h

Issue 4991006: Run Pepper unit tests in Native Client.... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 10 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
Index: ppapi/tests/testing_instance.h
===================================================================
--- ppapi/tests/testing_instance.h (revision 66122)
+++ ppapi/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_

Powered by Google App Engine
This is Rietveld 408576698