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

Unified Diff: content/shell/renderer/test_runner/test_runner.h

Issue 478483005: Add IPC benchmarking API to Blink TestRunner (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Landing Created 6 years, 4 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: content/shell/renderer/test_runner/test_runner.h
diff --git a/content/shell/renderer/test_runner/test_runner.h b/content/shell/renderer/test_runner/test_runner.h
index eaae272a560110e4550a9f14a75084ca6fc4535c..e3de8278413540108ec820f4deae0f31931b089d 100644
--- a/content/shell/renderer/test_runner/test_runner.h
+++ b/content/shell/renderer/test_runner/test_runner.h
@@ -558,6 +558,10 @@ class TestRunner : public WebTestRunner,
const std::string& registration_id);
void SetMockPushClientError(const std::string& message);
+ void RequestEcho(int id, int size);
+ int GetLastEchoId() const;
+ int GetLastEchoSize() const;
+
///////////////////////////////////////////////////////////////////////////
// Internal helpers

Powered by Google App Engine
This is Rietveld 408576698