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

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

Issue 336763002: Password internals page: notify renderer about logging state on client construction (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add a ping message renderer->browser for logging activity update Created 6 years, 6 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 0d04b6f2f96e5ebfa743758f5725040841652fa3..a86be8db660d993bcfd016aa5b70bee9f59ed010 100644
--- a/chrome/browser/password_manager/chrome_password_manager_client.h
+++ b/chrome/browser/password_manager/chrome_password_manager_client.h
@@ -109,6 +109,10 @@ class ChromePasswordManagerClient
void ShowPasswordEditingPopup(
const gfx::RectF& bounds, const autofill::PasswordForm& form);
+ // Sends a message to the renderer with the current value of
+ // |can_use_log_router_|.
+ void NotifyRendererAboutLoggingActivityState();
engedy 2014/06/16 09:13:38 nit: I was wondering, isn't this more about "loggi
vabr (Chromium) 2014/06/20 10:47:04 Done.
+
Profile* const profile_;
password_manager::ContentPasswordManagerDriver driver_;

Powered by Google App Engine
This is Rietveld 408576698