| Index: chrome/common/extensions/extension_constants.h
|
| diff --git a/chrome/common/extensions/extension_constants.h b/chrome/common/extensions/extension_constants.h
|
| index 7f44bf6661a5588e4d16bcaf32a61fc4abab011a..b7826a79cbf662e3934480f47bb51ff4321fc1be 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
|
|
|