Stub out InspectableWebContentsViewWin

This class doesn't implement any devtools behavior yet. Right now it's just a
glorified wrapper around a content::WebContents. But it's enough to show web
content on screen on Windows!
This commit is contained in:
Adam Roben 2013-05-22 16:57:32 -04:00
parent b970e9d5c3
commit cf14f09228
4 changed files with 69 additions and 2 deletions

View file

@ -41,9 +41,7 @@ InspectableWebContentsImpl::InspectableWebContentsImpl(content::WebContents* web
auto context = static_cast<BrowserContext*>(web_contents_->GetBrowserContext());
dock_side_ = context->prefs()->GetString(kDockSidePref);
#if defined(OS_MACOSX)
view_.reset(CreateInspectableContentsView(this));
#endif
}
InspectableWebContentsImpl::~InspectableWebContentsImpl() {