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..b9a3103077df00bbd025933cae104c4d0a481c39 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 NotifyRendererOfLoggingAvailability(); |
+ |
Profile* const profile_; |
password_manager::ContentPasswordManagerDriver driver_; |