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

Unified Diff: mojo/application/public/cpp/lib/application_test_main.cc

Issue 1323233004: Adds better security checking to OnCreatedFrame() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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 | « mojo/application/public/cpp/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/application/public/cpp/lib/application_test_main.cc
diff --git a/mojo/application/public/cpp/lib/application_test_main.cc b/mojo/application/public/cpp/lib/application_test_main.cc
index 9b0aa6b8f4b4e75d46b503fcb32eb23b03257758..5d208c3397fa24d6f16ccb244341ae39a00ef4a2 100644
--- a/mojo/application/public/cpp/lib/application_test_main.cc
+++ b/mojo/application/public/cpp/lib/application_test_main.cc
@@ -7,6 +7,7 @@
#include "base/test/test_timeouts.h"
#include "mojo/application/public/cpp/application_runner.h"
#include "mojo/application/public/cpp/application_test_base.h"
+#include "mojo/logging/init_logging.h"
#include "mojo/public/c/system/main.h"
MojoResult MojoMain(MojoHandle handle) {
@@ -15,7 +16,8 @@ MojoResult MojoMain(MojoHandle handle) {
// Initialize the current process Commandline and test timeouts.
mojo::ApplicationRunner::InitBaseCommandLine();
+ mojo::logging::InitLogging();
TestTimeouts::Initialize();
return mojo::test::RunAllTests(handle);
-}
+}
« no previous file with comments | « mojo/application/public/cpp/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698