diff options
author | skerner@chromium.org <skerner@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-20 19:39:59 +0000 |
---|---|---|
committer | skerner@chromium.org <skerner@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-20 19:39:59 +0000 |
commit | a03a48bee3d77539c8b2abbabdf31c3a9fbc9beb (patch) | |
tree | 50b3573f3ad54769fad970ec190e14c3c19a6dbe /chrome | |
parent | b9123076418ee66d5530f16c1a89f7bc2f5f4b18 (diff) | |
download | chromium_src-a03a48bee3d77539c8b2abbabdf31c3a9fbc9beb.zip chromium_src-a03a48bee3d77539c8b2abbabdf31c3a9fbc9beb.tar.gz chromium_src-a03a48bee3d77539c8b2abbabdf31c3a9fbc9beb.tar.bz2 |
Update comments to reflect the removal of class ExtensionActionState, which no longer exists.
BUG=NONE
TEST=Built code after change.
Review URL: http://codereview.chromium.org/543122
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36654 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/browser/extensions/extension_browser_actions_api.h | 1 | ||||
-rwxr-xr-x | chrome/common/extensions/extension_action.h | 2 | ||||
-rw-r--r-- | chrome/common/notification_type.h | 2 |
3 files changed, 1 insertions, 4 deletions
diff --git a/chrome/browser/extensions/extension_browser_actions_api.h b/chrome/browser/extensions/extension_browser_actions_api.h index 7853d09..524e3b0 100644 --- a/chrome/browser/extensions/extension_browser_actions_api.h +++ b/chrome/browser/extensions/extension_browser_actions_api.h @@ -9,7 +9,6 @@ #include "chrome/common/extensions/extension_action.h" class ExtensionAction; -class ExtensionActionState; class BrowserActionFunction : public SyncExtensionFunction { protected: diff --git a/chrome/common/extensions/extension_action.h b/chrome/common/extensions/extension_action.h index 7c7e11f..59ceb57 100755 --- a/chrome/common/extensions/extension_action.h +++ b/chrome/common/extensions/extension_action.h @@ -24,8 +24,6 @@ class Rect; // ExtensionAction encapsulates the state of a browser or page action. // Instances can have both global and per-tab state. If a property does not have // a per-tab value, the global value is used instead. -// -// TODO(aa): This should replace ExtensionAction and ExtensionActionState. class ExtensionAction { public: // Use this ID to indicate the default state for properties that take a tab_id diff --git a/chrome/common/notification_type.h b/chrome/common/notification_type.h index 409a082..effc2b7 100644 --- a/chrome/common/notification_type.h +++ b/chrome/common/notification_type.h @@ -736,7 +736,7 @@ class NotificationType { EXTENSION_POPUP_VIEW_READY, // Sent when a browser action's state has changed. The source is the - // ExtensionAction* that changed. The details are an ExtensionActionState*. + // ExtensionAction* that changed. There are no details. EXTENSION_BROWSER_ACTION_UPDATED, // Sent when a page action's visibility has changed. The source is the |