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

Unified Diff: components/test/run_all_unittests.cc

Issue 2402983002: [TimeZoneMonitor] Decouple renderer side impl from content to blink. (Closed)
Patch Set: Remove all duplicated calls to mojo::edk::init() Created 4 years, 2 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 | « components/test/DEPS ('k') | content/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/test/run_all_unittests.cc
diff --git a/components/test/run_all_unittests.cc b/components/test/run_all_unittests.cc
index 07d04a10922cfb840dc76bd241f3ee19ef68eb28..99b8b1e7e680a5f73b840a853f17662d90119b31 100644
--- a/components/test/run_all_unittests.cc
+++ b/components/test/run_all_unittests.cc
@@ -22,7 +22,6 @@
#if !defined(OS_IOS)
#include "content/public/test/test_content_client_initializer.h"
#include "content/public/test/unittest_test_suite.h"
-#include "mojo/edk/embedder/embedder.h"
#include "ui/gl/test/gl_surface_test_support.h"
#endif
@@ -150,7 +149,6 @@ int main(int argc, char** argv) {
listeners.Append(new ComponentsUnitTestEventListener());
#if !defined(OS_IOS)
- mojo::edk::Init();
return base::LaunchUnitTests(argc, argv,
base::Bind(&content::UnitTestTestSuite::Run,
base::Unretained(&test_suite)));
« no previous file with comments | « components/test/DEPS ('k') | content/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698