| Index: chrome/browser/first_run_mac.mm
|
| ===================================================================
|
| --- chrome/browser/first_run_mac.mm (revision 20029)
|
| +++ chrome/browser/first_run_mac.mm (working copy)
|
| @@ -30,7 +30,7 @@
|
| #endif // defined(GOOGLE_CHROME_BUILD)
|
| }
|
|
|
| -void OpenFirstRunDialog(Profile* profile, ProcessSingleton* process_singleton) {
|
| +bool OpenFirstRunDialog(Profile* profile, ProcessSingleton* process_singleton) {
|
| // OpenFirstRunDialog is a no-op on non-branded builds.
|
| #if defined(GOOGLE_CHROME_BUILD)
|
| // Breakpad should not be enabled on first run until the user has explicitly
|
| @@ -56,4 +56,5 @@
|
| InitCrashProcessInfo();
|
| }
|
| #endif // defined(GOOGLE_CHROME_BUILD)
|
| + return true;
|
| }
|
|
|