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_; |