| Index: extensions/browser/app_window/app_window.h
|
| diff --git a/extensions/browser/app_window/app_window.h b/extensions/browser/app_window/app_window.h
|
| index 5cbe8faa6932fe91d10a23af756f3484c9b7c726..ae82cdeadae0e056898232fb626d5d64fcb651ab 100644
|
| --- a/extensions/browser/app_window/app_window.h
|
| +++ b/extensions/browser/app_window/app_window.h
|
| @@ -336,6 +336,10 @@ class AppWindow : public content::NotificationObserver,
|
| // may be false if the bit is silently switched off for security reasons.
|
| bool IsAlwaysOnTop() const;
|
|
|
| + // Set whether the window should get even reserved keys (modulo platform
|
| + // restrictions).
|
| + void SetInterceptAllKeys(bool want_all_keys);
|
| +
|
| // Retrieve the current state of the app window as a dictionary, to pass to
|
| // the renderer.
|
| void GetSerializedState(base::DictionaryValue* properties) const;
|
|
|