2017-05-18 22:58:12 +00:00
|
|
|
#include "brightray/browser/inspectable_web_contents_view_delegate.h"
|
2015-06-25 04:29:34 +00:00
|
|
|
|
|
|
|
namespace brightray {
|
|
|
|
|
|
|
|
gfx::ImageSkia InspectableWebContentsViewDelegate::GetDevToolsWindowIcon() {
|
|
|
|
return gfx::ImageSkia();
|
|
|
|
}
|
|
|
|
|
|
|
|
} // namespace brightray
|
|
|
|
|