summaryrefslogtreecommitdiffstats
path: root/chrome/browser/automation
diff options
context:
space:
mode:
authorhuanr@chromium.org <huanr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-06 04:23:43 +0000
committerhuanr@chromium.org <huanr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-06 04:23:43 +0000
commitf8fc5885250b5cbe1026b13b23452d278b8c058e (patch)
treeaa3d9637f7c31458440107c0927cd4d81238cace /chrome/browser/automation
parent60e4489819cec6689927c88a4d6114c388fe89fb (diff)
downloadchromium_src-f8fc5885250b5cbe1026b13b23452d278b8c058e.zip
chromium_src-f8fc5885250b5cbe1026b13b23452d278b8c058e.tar.gz
chromium_src-f8fc5885250b5cbe1026b13b23452d278b8c058e.tar.bz2
Make RestoreTab synchronuous.
Review URL: http://codereview.chromium.org/109053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15379 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/automation')
-rw-r--r--chrome/browser/automation/automation_provider.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/automation/automation_provider.cc b/chrome/browser/automation/automation_provider.cc
index 395e02e..b14e286 100644
--- a/chrome/browser/automation/automation_provider.cc
+++ b/chrome/browser/automation/automation_provider.cc
@@ -499,7 +499,8 @@ struct CommandNotification {
const struct CommandNotification command_notifications[] = {
{IDC_DUPLICATE_TAB, NotificationType::TAB_PARENTED},
- {IDC_NEW_TAB, NotificationType::TAB_PARENTED}
+ {IDC_NEW_TAB, NotificationType::TAB_PARENTED},
+ {IDC_RESTORE_TAB, NotificationType::TAB_PARENTED}
};
} // namespace