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

Unified Diff: services/shell/public/cpp/service_runner.h

Issue 2351603002: mojo: Use TYPE_DEFAULT message-loop for browser-tests. (Closed)
Patch Set: . Created 4 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 | « chrome/test/base/mash_browser_tests_main.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/shell/public/cpp/service_runner.h
diff --git a/services/shell/public/cpp/service_runner.h b/services/shell/public/cpp/service_runner.h
index 45b574405180b1abbe687158d62671c4defd78e8..3e6283125e0daaa2fd683e3332ed46ca50ccd6a5 100644
--- a/services/shell/public/cpp/service_runner.h
+++ b/services/shell/public/cpp/service_runner.h
@@ -61,8 +61,7 @@ class ServiceRunner {
private:
std::unique_ptr<Service> service_;
- // MessageLoop type. TYPE_CUSTOM is default (MessagePumpMojo will be used as
- // the underlying message pump).
+ // MessageLoop type. Default is TYPE_DEFAULT.
base::MessageLoop::Type message_loop_type_;
// Whether Run() has been called.
bool has_run_;
« no previous file with comments | « chrome/test/base/mash_browser_tests_main.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698