diff options
author | rogerta@chromium.org <rogerta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-19 17:05:34 +0000 |
---|---|---|
committer | rogerta@chromium.org <rogerta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-19 17:05:34 +0000 |
commit | f7838702ca4c4c33cf25329d61e533b8153da9a8 (patch) | |
tree | 8bbca25600629df82f49b55b86e78c09ba90fbc5 /chrome/browser/extensions/extension_tabs_module_constants.h | |
parent | 3c4a1ff0b302b1b564a46abe3294c7cf4d5fdfc1 (diff) | |
download | chromium_src-f7838702ca4c4c33cf25329d61e533b8153da9a8.zip chromium_src-f7838702ca4c4c33cf25329d61e533b8153da9a8.tar.gz chromium_src-f7838702ca4c4c33cf25329d61e533b8153da9a8.tar.bz2 |
Move constants related to chrome.tabs.executeScript() from the .cc file to
the .h file with all the other chrome.tabs.* constants.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/545119
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36525 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/extensions/extension_tabs_module_constants.h')
-rw-r--r-- | chrome/browser/extensions/extension_tabs_module_constants.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/extensions/extension_tabs_module_constants.h b/chrome/browser/extensions/extension_tabs_module_constants.h index a8bf1ac..3cd8f76 100644 --- a/chrome/browser/extensions/extension_tabs_module_constants.h +++ b/chrome/browser/extensions/extension_tabs_module_constants.h @@ -10,7 +10,10 @@ namespace extension_tabs_module_constants { // Keys used in serializing tab data & events. +extern const wchar_t kAllFramesKey[]; +extern const wchar_t kCodeKey[]; extern const wchar_t kFavIconUrlKey[]; +extern const wchar_t kFileKey[]; extern const wchar_t kFocusedKey[]; extern const wchar_t kFromIndexKey[]; extern const wchar_t kHeightKey[]; |