Commit 3bf7ebbb authored by mihaip@chromium.org's avatar mihaip@chromium.org

Small ShellWindowViews cleanup.

Fix reference to WebContentsDelegate and make the entire
ShellWindow implementation private.

R=jianli@chromium.org
TBR=ben@chromium.org

Review URL: https://chromiumcodereview.appspot.com/10831230

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150845 0039d316-1c4b-4281-b951-d872f2087c98
parent 42325d65
......@@ -73,17 +73,15 @@ class ShellWindowViews : public ShellWindow,
virtual gfx::Size GetMaximumSize() OVERRIDE;
virtual void OnFocus() OVERRIDE;
// ShellWindow implementation.
virtual void UpdateWindowTitle() OVERRIDE;
virtual void SetFullscreen(bool fullscreen) OVERRIDE;
virtual bool IsFullscreenOrPending() const OVERRIDE;
private:
friend class ShellWindowFrameView;
virtual ~ShellWindowViews();
// content::WebContentsDelegate implementation.
// ShellWindow implementation.
virtual void UpdateWindowTitle() OVERRIDE;
virtual void SetFullscreen(bool fullscreen) OVERRIDE;
virtual bool IsFullscreenOrPending() const OVERRIDE;
virtual void UpdateDraggableRegions(
const std::vector<extensions::DraggableRegion>& regions) OVERRIDE;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment