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

Unified Diff: chrome/browser/password_manager/chrome_password_manager_client.h

Issue 2783773002: Link PasswordProtectionService to Profile and SB Service (Closed)
Patch Set: nit Created 3 years, 9 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/password_manager/chrome_password_manager_client.h
diff --git a/chrome/browser/password_manager/chrome_password_manager_client.h b/chrome/browser/password_manager/chrome_password_manager_client.h
index ab47052c96be95722605304c13d729aa32eed287..c3b5508100eef164aa237a28f206cd0e4ec2b19c 100644
--- a/chrome/browser/password_manager/chrome_password_manager_client.h
+++ b/chrome/browser/password_manager/chrome_password_manager_client.h
@@ -164,7 +164,7 @@ class ChromePasswordManagerClient
#if defined(SAFE_BROWSING_DB_LOCAL) || defined(SAFE_BROWSING_DB_REMOTE)
// Return true if we can set PasswordProtectionService in
// |password_reuse_detection_manager_|.
- static bool CanSetPasswordProtectionService();
+ bool CanSetPasswordProtectionService();
#endif
Profile* const profile_;

Powered by Google App Engine
This is Rietveld 408576698