| Index: services/ui/public/cpp/window.h
|
| diff --git a/services/ui/public/cpp/window.h b/services/ui/public/cpp/window.h
|
| index 4298e795e308a3cc528bd2abd30f19602fb8b250..731f497b4ab4f207e9301d75acdebca8486a8396 100644
|
| --- a/services/ui/public/cpp/window.h
|
| +++ b/services/ui/public/cpp/window.h
|
| @@ -225,6 +225,8 @@ class Window {
|
| // Returns an internal name, set by a client app when it creates a window.
|
| std::string GetName() const;
|
|
|
| + void SetAcceptEvents(bool accept_events);
|
| +
|
| protected:
|
| // This class is subclassed only by test classes that provide a public ctor.
|
| Window();
|
|
|