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

Unified Diff: chrome/app/chrome_main.cc

Issue 2571603002: Makes wait-for-debugger=content_browser work for mash (Closed)
Patch Set: merge Created 4 years 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 | « no previous file | chrome/app/mash/mash_runner.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/chrome_main.cc
diff --git a/chrome/app/chrome_main.cc b/chrome/app/chrome_main.cc
index 57dfdaf6a4ff00864ef9708d7784a89d9e504b92..4e692590adf0975b480e42befdbbb591436a6ea9 100644
--- a/chrome/app/chrome_main.cc
+++ b/chrome/app/chrome_main.cc
@@ -94,6 +94,7 @@ int ChromeMain(int argc, const char** argv) {
*base::CommandLine::ForCurrentProcess();
if (command_line.HasSwitch("mash"))
return MashMain();
+ WaitForMashDebuggerIfNecessary();
}
#endif // BUILDFLAG(ENABLE_PACKAGE_MASH_SERVICES)
« no previous file with comments | « no previous file | chrome/app/mash/mash_runner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698