| Index: chrome/browser/chrome_browser_main.h
|
| ===================================================================
|
| --- chrome/browser/chrome_browser_main.h (revision 108024)
|
| +++ chrome/browser/chrome_browser_main.h (working copy)
|
| @@ -122,12 +122,10 @@
|
| // it is destroyed last.
|
| scoped_ptr<ShutdownWatcherHelper> shutdown_watcher_;
|
|
|
| -#if defined(TRACK_ALL_TASK_OBJECTS)
|
| // Creating this object starts tracking the creation and deletion of Task
|
| // instance. This MUST be done before main_message_loop, so that it is
|
| // destroyed after the main_message_loop.
|
| tracked_objects::AutoTracking tracking_objects_;
|
| -#endif
|
|
|
| // Statistical testing infrastructure for the entire browser. NULL until
|
| // SetupMetricsAndFieldTrials is called.
|
|
|