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:
parent
b970e9d5c3
commit
cf14f09228
4 changed files with 69 additions and 2 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue