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

Side by Side Diff: chrome/browser/password_manager/chrome_password_manager_client.h

Issue 794133002: [Password Manager] Add UMA signals to understand how often the password form submit navigate… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 6 years 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_PASSWORD_MANAGER_CHROME_PASSWORD_MANAGER_CLIENT_H_ 5 #ifndef CHROME_BROWSER_PASSWORD_MANAGER_CHROME_PASSWORD_MANAGER_CLIENT_H_
6 #define CHROME_BROWSER_PASSWORD_MANAGER_CHROME_PASSWORD_MANAGER_CLIENT_H_ 6 #define CHROME_BROWSER_PASSWORD_MANAGER_CHROME_PASSWORD_MANAGER_CLIENT_H_
7 7
8 #include "base/basictypes.h" 8 #include "base/basictypes.h"
9 #include "base/compiler_specific.h" 9 #include "base/compiler_specific.h"
10 #include "components/password_manager/content/browser/content_credential_manager _dispatcher.h" 10 #include "components/password_manager/content/browser/content_credential_manager _dispatcher.h"
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 bool IsPasswordSyncEnabled( 70 bool IsPasswordSyncEnabled(
71 password_manager::CustomPassphraseState state) override; 71 password_manager::CustomPassphraseState state) override;
72 void OnLogRouterAvailabilityChanged(bool router_can_be_used) override; 72 void OnLogRouterAvailabilityChanged(bool router_can_be_used) override;
73 void LogSavePasswordProgress(const std::string& text) const override; 73 void LogSavePasswordProgress(const std::string& text) const override;
74 bool IsLoggingActive() const override; 74 bool IsLoggingActive() const override;
75 bool WasLastNavigationHTTPError() const override; 75 bool WasLastNavigationHTTPError() const override;
76 bool DidLastPageLoadEncounterSSLErrors() override; 76 bool DidLastPageLoadEncounterSSLErrors() override;
77 bool IsOffTheRecord() override; 77 bool IsOffTheRecord() override;
78 password_manager::PasswordManager* GetPasswordManager() override; 78 password_manager::PasswordManager* GetPasswordManager() override;
79 autofill::AutofillManager* GetAutofillManagerForMainFrame() override; 79 autofill::AutofillManager* GetAutofillManagerForMainFrame() override;
80 const GURL& GetMainFrameURL() override;
80 81
81 // Hides any visible generation UI. 82 // Hides any visible generation UI.
82 void HidePasswordGenerationPopup(); 83 void HidePasswordGenerationPopup();
83 84
84 static void CreateForWebContentsWithAutofillClient( 85 static void CreateForWebContentsWithAutofillClient(
85 content::WebContents* contents, 86 content::WebContents* contents,
86 autofill::AutofillClient* autofill_client); 87 autofill::AutofillClient* autofill_client);
87 88
88 // Observer for PasswordGenerationPopup events. Used for testing. 89 // Observer for PasswordGenerationPopup events. Used for testing.
89 void SetTestObserver(autofill::PasswordGenerationPopupObserver* observer); 90 void SetTestObserver(autofill::PasswordGenerationPopupObserver* observer);
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 AutofillForSyncCredentialsState autofill_sync_state_; 169 AutofillForSyncCredentialsState autofill_sync_state_;
169 170
170 // If the sync credential was filtered during autofill. Used for statistics 171 // If the sync credential was filtered during autofill. Used for statistics
171 // reporting. 172 // reporting.
172 bool sync_credential_was_filtered_; 173 bool sync_credential_was_filtered_;
173 174
174 DISALLOW_COPY_AND_ASSIGN(ChromePasswordManagerClient); 175 DISALLOW_COPY_AND_ASSIGN(ChromePasswordManagerClient);
175 }; 176 };
176 177
177 #endif // CHROME_BROWSER_PASSWORD_MANAGER_CHROME_PASSWORD_MANAGER_CLIENT_H_ 178 #endif // CHROME_BROWSER_PASSWORD_MANAGER_CHROME_PASSWORD_MANAGER_CLIENT_H_
OLDNEW
« 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