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

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

Issue 2331133002: [Material] Show "Dangerous" for Safe Browsing Security State (Closed)
Patch Set: Fix for pkasting 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
« no previous file with comments | « no previous file | chrome/browser/ui/toolbar/chrome_toolbar_model_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..4a377e881300dc9ae400b54e73768603a6f82e82 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 FailsMalwareCheck() const override;
// Returns the navigation controller used to retrieve the navigation entry
// from which the states are retrieved. If this returns null, default values
« no previous file with comments | « no previous file | chrome/browser/ui/toolbar/chrome_toolbar_model_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698