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

Unified Diff: mojo/environment/default_run_loop_impl.h

Issue 710403002: Add Mojo application test support to Chromium. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add default_run_loop_impl files to the GYP target. Created 6 years, 1 month 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/environment/BUILD.gn ('k') | mojo/environment/default_run_loop_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/environment/default_run_loop_impl.h
diff --git a/mojo/environment/default_logger_impl.h b/mojo/environment/default_run_loop_impl.h
similarity index 52%
copy from mojo/environment/default_logger_impl.h
copy to mojo/environment/default_run_loop_impl.h
index c87a7276e434c205b99180516bacb8954d0d2a4f..ca868bf40c2547f36a7c6e45e393ddc626e1ddf9 100644
--- a/mojo/environment/default_logger_impl.h
+++ b/mojo/environment/default_run_loop_impl.h
@@ -2,18 +2,18 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef MOJO_ENVIRONMENT_DEFAULT_LOGGER_IMPL_H_
-#define MOJO_ENVIRONMENT_DEFAULT_LOGGER_IMPL_H_
+#ifndef MOJO_ENVIRONMENT_DEFAULT_RUN_LOOP_IMPL_H_
+#define MOJO_ENVIRONMENT_DEFAULT_RUN_LOOP_IMPL_H_
#include "mojo/environment/mojo_environment_impl_export.h"
-#include "mojo/public/c/environment/logger.h"
namespace mojo {
namespace internal {
-MOJO_ENVIRONMENT_IMPL_EXPORT const MojoLogger* GetDefaultLoggerImpl();
+MOJO_ENVIRONMENT_IMPL_EXPORT void InstantiateDefaultRunLoopImpl();
+MOJO_ENVIRONMENT_IMPL_EXPORT void DestroyDefaultRunLoopImpl();
} // namespace internal
} // namespace mojo
-#endif // MOJO_ENVIRONMENT_DEFAULT_LOGGER_IMPL_H_
+#endif // MOJO_ENVIRONMENT_DEFAULT_RUN_LOOP_IMPL_H_
« no previous file with comments | « mojo/environment/BUILD.gn ('k') | mojo/environment/default_run_loop_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698