provide security style for devtools security panel

This commit is contained in:
deepak1556 2016-04-11 15:06:33 +05:30
parent 9e85cb4c11
commit 54545a8a6e
8 changed files with 290 additions and 2 deletions

View file

@ -76,6 +76,9 @@ class CommonWebContentsDelegate
void ExitFullscreenModeForTab(content::WebContents* source) override;
bool IsFullscreenForTabOrPending(
const content::WebContents* source) const override;
content::SecurityStyle GetSecurityStyle(
content::WebContents* web_contents,
content::SecurityStyleExplanations* explanations) override;
// brightray::InspectableWebContentsDelegate:
void DevToolsSaveToFile(const std::string& url,