diff options
author | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-12 00:06:31 +0000 |
---|---|---|
committer | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-12 00:06:31 +0000 |
commit | a5ca79bd123f0d20fea5c76d0bb36128bb925f3a (patch) | |
tree | 8d8ca7d214c4272072a889d544b01ac8220f49b4 /chrome/browser | |
parent | 0d52b23006174f37ba0337c170506b9580ccaf29 (diff) | |
download | chromium_src-a5ca79bd123f0d20fea5c76d0bb36128bb925f3a.zip chromium_src-a5ca79bd123f0d20fea5c76d0bb36128bb925f3a.tar.gz chromium_src-a5ca79bd123f0d20fea5c76d0bb36128bb925f3a.tar.bz2 |
Add new tab startup test to the linux & mac build.
Review URL: http://codereview.chromium.org/113229
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15818 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser')
-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)); } |