| Index: chrome/app/mash/mash_runner.h
|
| diff --git a/chrome/app/mash/mash_runner.h b/chrome/app/mash/mash_runner.h
|
| index bf0bf5fdeca446f990d15570847d2e4cca0b7192..deaea41a5765d69747d29483559d84a3e679dd9f 100644
|
| --- a/chrome/app/mash/mash_runner.h
|
| +++ b/chrome/app/mash/mash_runner.h
|
| @@ -38,6 +38,7 @@ class MashRunner {
|
| DISALLOW_COPY_AND_ASSIGN(MashRunner);
|
| };
|
|
|
| +// Called during chrome --mash startup instead of ContentMain().
|
| int MashMain();
|
|
|
| // Called if the command line isn't mash to potentially wait for a debugger
|
|
|