diff options
author | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-26 06:05:40 +0000 |
---|---|---|
committer | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-26 06:05:40 +0000 |
commit | f93914857eb403a7aecf9154d14efae2703077e9 (patch) | |
tree | 816be10bf84bf1e7dca953092b23975ada90eb59 /chrome/browser/extensions/extension_bookmarks_module.h | |
parent | ab49e2e3c7f3fef9ebbf9749e8bf06765f644c21 (diff) | |
download | chromium_src-f93914857eb403a7aecf9154d14efae2703077e9.zip chromium_src-f93914857eb403a7aecf9154d14efae2703077e9.tar.gz chromium_src-f93914857eb403a7aecf9154d14efae2703077e9.tar.bz2 |
Separate out the string constants used for extension API function
names, function parameter keys, error messages and event names so that
they can be reused when writing extension UI tests.
Original review: http://codereview.chromium.org/113771
Review URL: http://codereview.chromium.org/113831
Patch from Joi Sigurdsson <joi.sigurdsson@gmail.com>.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16867 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/extensions/extension_bookmarks_module.h')
-rw-r--r-- | chrome/browser/extensions/extension_bookmarks_module.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/extensions/extension_bookmarks_module.h b/chrome/browser/extensions/extension_bookmarks_module.h index def5440..a2b6a084 100644 --- a/chrome/browser/extensions/extension_bookmarks_module.h +++ b/chrome/browser/extensions/extension_bookmarks_module.h @@ -11,6 +11,7 @@ #include "base/singleton.h" #include "chrome/browser/bookmarks/bookmark_model.h" #include "chrome/browser/extensions/extension_function.h" +#include "chrome/browser/extensions/extension_tabs_module.h" // Observes BookmarkModel and then routes the notifications as events to // the extension system. |