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

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

Issue 228263004: Password manager internals page: Introduce logger in renderer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comments addressed 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 216e44570fcb7c16d40d4d2e2a12a9183c99cc21..1a8b5c2b38b6ab9fc628cae44714e81d6e216052 100644
--- a/chrome/browser/password_manager/chrome_password_manager_client.h
+++ b/chrome/browser/password_manager/chrome_password_manager_client.h
@@ -54,6 +54,7 @@ class ChromePasswordManagerClient
virtual void SetLogger(password_manager::PasswordManagerLogger* logger)
OVERRIDE;
virtual void LogSavePasswordProgress(const std::string& text) OVERRIDE;
+ virtual bool IsLoggingActive() const OVERRIDE;
// Hides any visible generation UI.
void HidePasswordGenerationPopup();

Powered by Google App Engine
This is Rietveld 408576698