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

Unified Diff: ppapi/proxy/ppapi_perftests.cc

Issue 2067233002: Revert of Use Mojo pipes to signal sync IPC events (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 | « ppapi/proxy/DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/proxy/ppapi_perftests.cc
diff --git a/ppapi/proxy/ppapi_perftests.cc b/ppapi/proxy/ppapi_perftests.cc
index 45b84ee6d6279517962638e660356c7b3137eef3..a9138e6a2a2d90d9dcd2b013a699fe110be75eec 100644
--- a/ppapi/proxy/ppapi_perftests.cc
+++ b/ppapi/proxy/ppapi_perftests.cc
@@ -3,10 +3,8 @@
// found in the LICENSE file.
#include "base/test/perf_test_suite.h"
-#include "mojo/edk/embedder/embedder.h"
int main(int argc, char** argv) {
- mojo::edk::Init();
return base::PerfTestSuite(argc, argv).Run();
}
« no previous file with comments | « ppapi/proxy/DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698