Require !OS_MACOSX as well as TOOLKIT_VIEWS for views code
This commit is contained in:
parent
1cc5492784
commit
87d0175c76
4 changed files with 9 additions and 9 deletions
|
@ -27,7 +27,7 @@ class InspectableWebContentsView {
|
|||
}
|
||||
InspectableWebContentsViewDelegate* GetDelegate() const { return delegate_; }
|
||||
|
||||
#if defined(TOOLKIT_VIEWS)
|
||||
#if defined(TOOLKIT_VIEWS) && !defined(OS_MACOSX)
|
||||
// Returns the container control, which has devtools view attached.
|
||||
virtual views::View* GetView() = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue