| Index: chrome/browser/chrome_browser_main.h
|
| diff --git a/chrome/browser/chrome_browser_main.h b/chrome/browser/chrome_browser_main.h
|
| index b0fd85ef1ee9e735dbfad91faf5fb0a9953ded56..f77df6b61647939f44c116be305f583ae658cc9a 100644
|
| --- a/chrome/browser/chrome_browser_main.h
|
| +++ b/chrome/browser/chrome_browser_main.h
|
| @@ -147,7 +147,7 @@ class ChromeBrowserMainParts : public content::BrowserMainParts {
|
|
|
| scoped_ptr<BrowserProcessImpl> browser_process_;
|
| scoped_refptr<metrics::TrackingSynchronizer> tracking_synchronizer_;
|
| -#if !defined(OS_ANDROID)
|
| +#if !defined(OS_ANDROID) || defined(USE_AURA)
|
| // Browser creation happens on the Java side in Android.
|
| scoped_ptr<StartupBrowserCreator> browser_creator_;
|
|
|
| @@ -157,7 +157,7 @@ class ChromeBrowserMainParts : public content::BrowserMainParts {
|
|
|
| // Android's first run is done in Java instead of native.
|
| scoped_ptr<first_run::MasterPrefs> master_prefs_;
|
| -#endif
|
| +#endif // !defined(OS_ANDROID) || defined(USE_AURA)
|
| Profile* profile_;
|
| bool run_message_loop_;
|
| ProcessSingleton::NotifyResult notify_result_;
|
|
|