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/common/extensions/extension_action.h | |
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/common/extensions/extension_action.h')
-rwxr-xr-x | chrome/common/extensions/extension_action.h | 2 |
1 files changed, 0 insertions, 2 deletions
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 |