| 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)
|
|
|
|
|