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

Unified Diff: content/ppapi_plugin/ppapi_broker_main.cc

Issue 136683004: Removes MessageLoop::TYPE_XXX where possible (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: resolve merge Created 6 years, 11 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
Index: content/ppapi_plugin/ppapi_broker_main.cc
diff --git a/content/ppapi_plugin/ppapi_broker_main.cc b/content/ppapi_plugin/ppapi_broker_main.cc
index b300c0ffcf45a4d3324618bddf4a66271a0aceaa..78d0f1d698e29b60ee7a47444ac90d998f65e567 100644
--- a/content/ppapi_plugin/ppapi_broker_main.cc
+++ b/content/ppapi_plugin/ppapi_broker_main.cc
@@ -20,7 +20,7 @@ int PpapiBrokerMain(const MainFunctionParams& parameters) {
ChildProcess::WaitForDebugger("PpapiBroker");
}
- base::MessageLoop main_message_loop(base::MessageLoop::TYPE_DEFAULT);
+ base::MessageLoop main_message_loop;
base::PlatformThread::SetName("CrPPAPIBrokerMain");
base::debug::TraceLog::GetInstance()->SetProcessName("PPAPI Broker Process");
base::debug::TraceLog::GetInstance()->SetProcessSortIndex(
« no previous file with comments | « content/child/resource_dispatcher_unittest.cc ('k') | content/renderer/media/audio_message_filter_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698