diff options
Diffstat (limited to 'chrome/browser/automation/automation_provider.cc')
-rw-r--r-- | chrome/browser/automation/automation_provider.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/browser/automation/automation_provider.cc b/chrome/browser/automation/automation_provider.cc index 3e0fba0..8a9be0d 100644 --- a/chrome/browser/automation/automation_provider.cc +++ b/chrome/browser/automation/automation_provider.cc @@ -865,8 +865,10 @@ AutomationProvider::AutomationProvider(Profile* profile) #if defined(OS_WIN) // TODO(port): Enable as the trackers get ported. cwindow_tracker_.reset(new AutomationConstrainedWindowTracker(this)); +#else + NOTIMPLEMENTED() << "hook up constrained window tracker"; +#endif new_tab_ui_load_observer_.reset(new NewTabUILoadObserver(this)); -#endif // defined(OS_WIN) dom_operation_observer_.reset(new DomOperationNotificationObserver(this)); dom_inspector_observer_.reset(new DomInspectorNotificationObserver(this)); } |