diff options
author | csilv@chromium.org <csilv@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-24 00:07:21 +0000 |
---|---|---|
committer | csilv@chromium.org <csilv@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-24 00:07:21 +0000 |
commit | d067bf8a255b5d032bec58a7d64544f6c1133ad9 (patch) | |
tree | e2380bf2ae3170c92f31d1e6cc7ab9b5615f43ac /chrome/browser/automation | |
parent | 3915295a2bcfd1c8f72cd5bf4c5c23fb8bc87789 (diff) | |
download | chromium_src-d067bf8a255b5d032bec58a7d64544f6c1133ad9.zip chromium_src-d067bf8a255b5d032bec58a7d64544f6c1133ad9.tar.gz chromium_src-d067bf8a255b5d032bec58a7d64544f6c1133ad9.tar.bz2 |
Add basic UI tests for dom_ui/options.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/2848012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50672 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/automation')
-rw-r--r-- | chrome/browser/automation/automation_provider_observers.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/automation/automation_provider_observers.cc b/chrome/browser/automation/automation_provider_observers.cc index 0aa6488..a59e8d1 100644 --- a/chrome/browser/automation/automation_provider_observers.cc +++ b/chrome/browser/automation/automation_provider_observers.cc @@ -682,6 +682,7 @@ const struct CommandNotification command_notifications[] = { // For the following commands, we need to wait for a new tab to be created, // load to finish, and title to change. {IDC_MANAGE_EXTENSIONS, NotificationType::TAB_CONTENTS_TITLE_UPDATED}, + {IDC_OPTIONS, NotificationType::TAB_CONTENTS_TITLE_UPDATED}, {IDC_SHOW_DOWNLOADS, NotificationType::TAB_CONTENTS_TITLE_UPDATED}, {IDC_SHOW_HISTORY, NotificationType::TAB_CONTENTS_TITLE_UPDATED}, }; |