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

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

Issue 2667983006: Add HTTP-specific metrics for password forms (Closed)
Patch Set: fix another histogram, add a comment Created 3 years, 11 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/password_manager/chrome_password_manager_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 c8d3c6f66ef5e75e2f876935a0d1e563dd096414..67a98b136ee7200bf73da1c67b151c5fbeb94e1f 100644
--- a/chrome/browser/password_manager/chrome_password_manager_client.h
+++ b/chrome/browser/password_manager/chrome_password_manager_client.h
@@ -86,6 +86,7 @@ class ChromePasswordManagerClient
const password_manager::PasswordManager* GetPasswordManager() const override;
autofill::AutofillManager* GetAutofillManagerForMainFrame() override;
const GURL& GetMainFrameURL() const override;
+ bool IsMainFrameSecure() const override;
const GURL& GetLastCommittedEntryURL() const override;
void AnnotateNavigationEntry(bool has_password_field) override;
const password_manager::CredentialsFilter* GetStoreResultFilter()
« no previous file with comments | « no previous file | chrome/browser/password_manager/chrome_password_manager_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698