| Index: extensions/common/user_script.h
|
| diff --git a/extensions/common/user_script.h b/extensions/common/user_script.h
|
| index 5a37d3be7053bff5de5f382506ac7217b478024a..5a2731536b2237699a1c76f54aa778d2af9643e8 100644
|
| --- a/extensions/common/user_script.h
|
| +++ b/extensions/common/user_script.h
|
| @@ -66,6 +66,8 @@ class UserScript {
|
| // particular injection point is guaranteed.
|
| RUN_DEFERRED, // The user script's injection was deferred for permissions
|
| // reasons, and was executed at a later time.
|
| + BROWSER_DRIVEN, // The user script will be injected when triggered by an
|
| + // IPC in the browser process.
|
| RUN_LOCATION_LAST // Leave this as the last item.
|
| };
|
|
|
|
|