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

Unified Diff: third_party/WebKit/Source/platform/testing/UnitTestHelpers.h

Issue 1568433005: Platform WebUnitTestSupport onion soup: remove more indirect methods (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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: third_party/WebKit/Source/platform/testing/UnitTestHelpers.h
diff --git a/third_party/WebKit/Source/platform/testing/UnitTestHelpers.h b/third_party/WebKit/Source/platform/testing/UnitTestHelpers.h
index d863b3f8f38f69b4a2e0672332d23624b64ca146..2e1bf11b513e69104dbe2dc868f222f4880f7134 100644
--- a/third_party/WebKit/Source/platform/testing/UnitTestHelpers.h
+++ b/third_party/WebKit/Source/platform/testing/UnitTestHelpers.h
@@ -26,15 +26,24 @@
#ifndef UnitTestHelpers_h
#define UnitTestHelpers_h
+#include "wtf/PassRefPtr.h"
#include "wtf/text/WTFString.h"
namespace blink {
+
+class SharedBuffer;
+
namespace testing {
void runPendingTasks();
String blinkRootDir();
+PassRefPtr<SharedBuffer> readFromFile(const String& path);
+
+void enterRunLoop();
+void exitRunLoop();
+
} // namespace testing
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/platform/testing/DEPS ('k') | third_party/WebKit/Source/platform/testing/UnitTestHelpers.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698