Chromium Code Reviews| Index: chrome/browser/automation/automation_provider.cc |
| diff --git a/chrome/browser/automation/automation_provider.cc b/chrome/browser/automation/automation_provider.cc |
| index 3e0fba0faeba5be737a3d74317d3214b15fc32a8..800b40d5b33407074d8bd996e1f8699d87b6a45c 100644 |
| --- a/chrome/browser/automation/automation_provider.cc |
| +++ b/chrome/browser/automation/automation_provider.cc |
| @@ -865,8 +865,8 @@ AutomationProvider::AutomationProvider(Profile* profile) |
| #if defined(OS_WIN) |
| // TODO(port): Enable as the trackers get ported. |
| cwindow_tracker_.reset(new AutomationConstrainedWindowTracker(this)); |
| - new_tab_ui_load_observer_.reset(new NewTabUILoadObserver(this)); |
| #endif // defined(OS_WIN) |
|
Evan Martin
2009/05/11 23:25:40
Put a NOTIMPLEMENTED() in here?
|
| + new_tab_ui_load_observer_.reset(new NewTabUILoadObserver(this)); |
| dom_operation_observer_.reset(new DomOperationNotificationObserver(this)); |
| dom_inspector_observer_.reset(new DomInspectorNotificationObserver(this)); |
| } |