diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-03 22:45:44 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-03 22:45:44 +0000 |
commit | bb81f384b9ed7b1da8e2f703ced60dabc629309d (patch) | |
tree | d179afc3124a548f16e847b2394c2f914d861ac4 /chrome/common | |
parent | 6dad490f3125744e012b974c01f9c911b8e4b519 (diff) | |
download | chromium_src-bb81f384b9ed7b1da8e2f703ced60dabc629309d.zip chromium_src-bb81f384b9ed7b1da8e2f703ced60dabc629309d.tar.gz chromium_src-bb81f384b9ed7b1da8e2f703ced60dabc629309d.tar.bz2 |
Convert the remaining Browser::GetSelectedTabContents() calls to GetSelectedWebContents, and update all dependent code.
BUG=98716
TBR=joi
Review URL: http://codereview.chromium.org/9074012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116226 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/chrome_notification_types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/chrome_notification_types.h b/chrome/common/chrome_notification_types.h index 801be38..a947422 100644 --- a/chrome/common/chrome_notification_types.h +++ b/chrome/common/chrome_notification_types.h @@ -477,7 +477,7 @@ enum NotificationType { NOTIFICATION_EXTENSION_BROWSER_ACTION_VISIBILITY_CHANGED, // Sent when a page action's visibility has changed. The source is the - // ExtensionAction* that changed. The details are a TabContents*. + // ExtensionAction* that changed. The details are a WebContents*. NOTIFICATION_EXTENSION_PAGE_ACTION_VISIBILITY_CHANGED, // Sent by an extension to notify the browser about the results of a unit |