diff options
Diffstat (limited to 'chrome/views')
-rw-r--r-- | chrome/views/window.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/views/window.h b/chrome/views/window.h index a941cb2..4173a27 100644 --- a/chrome/views/window.h +++ b/chrome/views/window.h @@ -244,6 +244,9 @@ class Window : public HWNDViewContainer { // Set to true if the window is in the process of closing . bool window_closed_; + // Allows CreateChromeWindow to access CustomFrameWindow's ctor. + friend class CustomFrameWindow; + DISALLOW_EVIL_CONSTRUCTORS(Window); }; |