| Index: chrome/app/chrome_main_delegate.h
|
| diff --git a/chrome/app/chrome_main_delegate.h b/chrome/app/chrome_main_delegate.h
|
| index 0276d2b7553603fdde7fa4d2386df0fc86ae90fe..6751de27ff18ab7648d1f31f25f319a818137931 100644
|
| --- a/chrome/app/chrome_main_delegate.h
|
| +++ b/chrome/app/chrome_main_delegate.h
|
| @@ -54,6 +54,7 @@ class ChromeMainDelegate : public content::ContentMainDelegate {
|
| #if defined(OS_MACOSX)
|
| void InitMacCrashReporter(const base::CommandLine& command_line,
|
| const std::string& process_type);
|
| + void SetUpInstallerPreferences(const base::CommandLine& command_line);
|
| #endif // defined(OS_MACOSX)
|
|
|
| ChromeContentClient chrome_content_client_;
|
|
|