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

Unified Diff: mojo/environment/environment.cc

Issue 1426843004: Remove the task tracking stuff in the bindings. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 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 | « mojo/environment/default_task_tracker.cc ('k') | mojo/public/cpp/environment/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/environment/environment.cc
diff --git a/mojo/environment/environment.cc b/mojo/environment/environment.cc
index a5a424cb45ef08867872e4cf84206ecb66e42d0e..562bfe425c8ca90f24ed7078fcdbc3d418dd6b99 100644
--- a/mojo/environment/environment.cc
+++ b/mojo/environment/environment.cc
@@ -7,7 +7,6 @@
#include "base/message_loop/message_loop.h"
#include "mojo/environment/default_async_waiter.h"
#include "mojo/environment/default_logger.h"
-#include "mojo/environment/default_task_tracker.h"
namespace mojo {
@@ -36,11 +35,6 @@ const MojoLogger* Environment::GetDefaultLogger() {
}
// static
-const TaskTracker* Environment::GetDefaultTaskTracker() {
- return &internal::kDefaultTaskTracker;
-}
-
-// static
void Environment::InstantiateDefaultRunLoop() {
CHECK(!base::MessageLoop::current());
// Not leaked: accessible from |base::MessageLoop::current()|.
« no previous file with comments | « mojo/environment/default_task_tracker.cc ('k') | mojo/public/cpp/environment/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698