diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-05 22:12:24 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-05 22:12:24 +0000 |
commit | 2fdcef1c539039c9af78afc9923e6305d9115dbc (patch) | |
tree | ab8bfd4493c3848975ad7dd61f1a224d6127a69c /content/test/test_web_contents_view.h | |
parent | feda7d89855f2de1d304fb1cdc5dd4cdc403d2b3 (diff) | |
download | chromium_src-2fdcef1c539039c9af78afc9923e6305d9115dbc.zip chromium_src-2fdcef1c539039c9af78afc9923e6305d9115dbc.tar.gz chromium_src-2fdcef1c539039c9af78afc9923e6305d9115dbc.tar.bz2 |
Move overlay stuff out of content. It's only used by sad tab, which is a Chrome feature. More pragmatically, the Views implementation looks like it needs Views code to install/remove it, and that won't be possible once Chrome is switched to TabContentsViewWin.
The code in chrome temporarily casts to TabContentsViewGtk and TabContentsViewViews. In followup changes, I will fix this once I have a clean way of getting to the chrome side delegate of TabContentsView, which will have access to the necessary objects.
BUG=98716
Review URL: https://chromiumcodereview.appspot.com/9594025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125013 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/test/test_web_contents_view.h')
-rw-r--r-- | content/test/test_web_contents_view.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/content/test/test_web_contents_view.h b/content/test/test_web_contents_view.h index 12a2c80..bd9c04b 100644 --- a/content/test/test_web_contents_view.h +++ b/content/test/test_web_contents_view.h @@ -68,8 +68,6 @@ class TestWebContentsView : public WebContentsView { virtual bool IsEventTracking() const OVERRIDE; virtual void CloseTabAfterEventTracking() OVERRIDE; virtual void GetViewBounds(gfx::Rect* out) const OVERRIDE; - virtual void InstallOverlayView(gfx::NativeView view) OVERRIDE; - virtual void RemoveOverlayView() OVERRIDE; private: DISALLOW_COPY_AND_ASSIGN(TestWebContentsView); |