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

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

Issue 235623002: Password manager internals page: Improve security (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: innerHTML -> innerText Created 6 years, 8 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 1a8b5c2b38b6ab9fc628cae44714e81d6e216052..d14fb6230b15519019ce662f8df5dce001fa11b7 100644
--- a/chrome/browser/password_manager/chrome_password_manager_client.h
+++ b/chrome/browser/password_manager/chrome_password_manager_client.h
@@ -53,7 +53,8 @@ class ChromePasswordManagerClient
virtual bool IsPasswordSyncEnabled() OVERRIDE;
virtual void SetLogger(password_manager::PasswordManagerLogger* logger)
OVERRIDE;
- virtual void LogSavePasswordProgress(const std::string& text) OVERRIDE;
+ virtual void LogSavePasswordProgress(const std::vector<
+ autofill::SavePasswordProgressLogger::StructuredLog>& logs) OVERRIDE;
Ilya Sherman 2014/04/12 00:00:51 Wow, is this really how clang-format formats this
vabr (Chromium) 2014/04/12 09:11:38 I can confirm this was clang-formated. Have you su
vabr (Chromium) 2014/04/16 20:55:36 Resolved: The type got shorter again. On 2014/04/1
virtual bool IsLoggingActive() const OVERRIDE;
// Hides any visible generation UI.

Powered by Google App Engine
This is Rietveld 408576698