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

Unified Diff: mojo/common/test/test_support_impl.h

Issue 229683005: Validate MessageHeader before using (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove debug printfs Created 6 years, 8 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 | mojo/common/test/test_support_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/common/test/test_support_impl.h
diff --git a/mojo/common/test/test_support_impl.h b/mojo/common/test/test_support_impl.h
index ca3f58a66dd9cd1c28938d9448a6b8a0199fe327..c752b579ba9bf7723e4e34883ee8a5c154df739b 100644
--- a/mojo/common/test/test_support_impl.h
+++ b/mojo/common/test/test_support_impl.h
@@ -19,6 +19,9 @@ class TestSupportImpl : public TestSupport {
virtual void LogPerfResult(const char* test_name,
double value,
const char* units) OVERRIDE;
+ virtual FILE* OpenSourceRootRelativeFile(const char* relative_path) OVERRIDE;
+ virtual char** EnumerateSourceRootRelativeDirectory(const char* relative_path)
+ OVERRIDE;
private:
DISALLOW_COPY_AND_ASSIGN(TestSupportImpl);
« no previous file with comments | « no previous file | mojo/common/test/test_support_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698