| Index: extensions/browser/event_router.h
|
| diff --git a/extensions/browser/event_router.h b/extensions/browser/event_router.h
|
| index a69d0422218d9be241a3b69b1676dc065a3bd710..6cc9404e1b9450cd06e607afecc31252b7a6499a 100644
|
| --- a/extensions/browser/event_router.h
|
| +++ b/extensions/browser/event_router.h
|
| @@ -327,12 +327,6 @@ struct Event {
|
| // this event to be dispatched to non-extension processes, like WebUI.
|
| WillDispatchCallback will_dispatch_callback;
|
|
|
| - // If true, this event will always be dispatched to ephemeral apps, regardless
|
| - // of whether they are running or inactive. Defaults to false.
|
| - // Most events can only be dispatched to ephemeral apps that are already
|
| - // running. Cached ephemeral apps are inactive until launched by the user.
|
| - bool can_load_ephemeral_apps;
|
| -
|
| Event(const std::string& event_name,
|
| scoped_ptr<base::ListValue> event_args);
|
|
|
|
|