diff options
author | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-03 05:02:30 +0000 |
---|---|---|
committer | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-03 05:02:30 +0000 |
commit | fa7b6b547368d12ccd61f6cbf251f2ff0d37b504 (patch) | |
tree | c28ef0f99dc70cd1dc8acf70f3cc8af5d2cb9072 /chrome/common/extensions/extension_constants.h | |
parent | d12f7a9539c490b3e008d234526a67d0496972b3 (diff) | |
download | chromium_src-fa7b6b547368d12ccd61f6cbf251f2ff0d37b504.zip chromium_src-fa7b6b547368d12ccd61f6cbf251f2ff0d37b504.tar.gz chromium_src-fa7b6b547368d12ccd61f6cbf251f2ff0d37b504.tar.bz2 |
Re-commit "Add new user script injection point:
document_idle."
Original code review: http://codereview.chromium.org/339064
BUG=26126
TBR=rafaelw@chromium.org
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30796 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/extension_constants.h')
-rw-r--r-- | chrome/common/extensions/extension_constants.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/extensions/extension_constants.h b/chrome/common/extensions/extension_constants.h index 7f44bf6..b7826a7 100644 --- a/chrome/common/extensions/extension_constants.h +++ b/chrome/common/extensions/extension_constants.h @@ -54,6 +54,7 @@ namespace extension_manifest_keys { namespace extension_manifest_values { extern const char* kRunAtDocumentStart; extern const char* kRunAtDocumentEnd; + extern const char* kRunAtDocumentIdle; extern const char* kPageActionTypeTab; extern const char* kPageActionTypePermanent; } // namespace extension_manifest_values |