| Index: chrome/browser/automation/automation_provider.cc
|
| diff --git a/chrome/browser/automation/automation_provider.cc b/chrome/browser/automation/automation_provider.cc
|
| index 6f9472efe4af400a06b2114715a106dfb10cdd85..61b0eee30df19d61fc75af77dc2e3d3a0366d3bd 100644
|
| --- a/chrome/browser/automation/automation_provider.cc
|
| +++ b/chrome/browser/automation/automation_provider.cc
|
| @@ -117,7 +117,7 @@ AutomationProvider::AutomationProvider(Profile* profile)
|
| extension_tracker_.reset(new AutomationExtensionTracker(this));
|
| tab_tracker_.reset(new AutomationTabTracker(this));
|
| window_tracker_.reset(new AutomationWindowTracker(this));
|
| - new_tab_ui_load_observer_.reset(new NewTabUILoadObserver(this));
|
| + new_tab_ui_load_observer_.reset(new NewTabUILoadObserver(this, profile));
|
| metric_event_duration_observer_.reset(new MetricEventDurationObserver());
|
| extension_test_result_observer_.reset(
|
| new ExtensionTestResultNotificationObserver(this));
|
|
|