11 lines
218 B
C++
11 lines
218 B
C++
|
#include "browser/inspectable_web_contents_view_delegate.h"
|
||
|
|
||
|
namespace brightray {
|
||
|
|
||
|
gfx::ImageSkia InspectableWebContentsViewDelegate::GetDevToolsWindowIcon() {
|
||
|
return gfx::ImageSkia();
|
||
|
}
|
||
|
|
||
|
} // namespace brightray
|
||
|
|