9 lines
208 B
C++
9 lines
208 B
C++
#include "browser/inspectable_web_contents_delegate.h"
|
|
|
|
namespace brightray {
|
|
|
|
gfx::ImageSkia InspectableWebContentsDelegate::GetDevToolsWindowIcon() {
|
|
return gfx::ImageSkia();
|
|
}
|
|
|
|
} // namespace brightray
|