Add InspectableWebContentsViewDelegate
This commit is contained in:
parent
9fb30b702a
commit
f9dc87ba97
9 changed files with 71 additions and 38 deletions
10
brightray/browser/inspectable_web_contents_view_delegate.cc
Normal file
10
brightray/browser/inspectable_web_contents_view_delegate.cc
Normal file
|
@ -0,0 +1,10 @@
|
|||
#include "browser/inspectable_web_contents_view_delegate.h"
|
||||
|
||||
namespace brightray {
|
||||
|
||||
gfx::ImageSkia InspectableWebContentsViewDelegate::GetDevToolsWindowIcon() {
|
||||
return gfx::ImageSkia();
|
||||
}
|
||||
|
||||
} // namespace brightray
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue