Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6018)

Unified Diff: chrome/browser/ui/toolbar/chrome_toolbar_model_delegate.h

Issue 2331133002: [Material] Show "Dangerous" for Safe Browsing Security State (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/toolbar/chrome_toolbar_model_delegate.h
diff --git a/chrome/browser/ui/toolbar/chrome_toolbar_model_delegate.h b/chrome/browser/ui/toolbar/chrome_toolbar_model_delegate.h
index 42806b917b8df2cd4cb1b3049a7aa095a89d6f28..410edc7cf181d54a6fe81b53c7d36c070601fe7c 100644
--- a/chrome/browser/ui/toolbar/chrome_toolbar_model_delegate.h
+++ b/chrome/browser/ui/toolbar/chrome_toolbar_model_delegate.h
@@ -35,6 +35,7 @@ class ChromeToolbarModelDelegate : public ToolbarModelDelegate {
bool ShouldDisplayURL() const override;
SecurityLevel GetSecurityLevel() const override;
scoped_refptr<net::X509Certificate> GetCertificate() const override;
+ bool GetFailsMalwareCheck() const override;
// Returns the navigation controller used to retrieve the navigation entry
// from which the states are retrieved. If this returns null, default values

Powered by Google App Engine
This is Rietveld 408576698