| Index: chrome/app/mash/mash_runner.h
|
| diff --git a/chrome/app/mash/mash_runner.h b/chrome/app/mash/mash_runner.h
|
| index 813daa0eb00aa96a845772a1074b647b251fd3fa..bf0bf5fdeca446f990d15570847d2e4cca0b7192 100644
|
| --- a/chrome/app/mash/mash_runner.h
|
| +++ b/chrome/app/mash/mash_runner.h
|
| @@ -40,4 +40,8 @@ class MashRunner {
|
|
|
| int MashMain();
|
|
|
| +// Called if the command line isn't mash to potentially wait for a debugger
|
| +// to attach.
|
| +void WaitForMashDebuggerIfNecessary();
|
| +
|
| #endif // CHROME_APP_MASH_MASH_RUNNER_H_
|
|
|