| Index: chrome/browser/ui/webui/password_manager_internals/password_manager_internals_ui.h
|
| diff --git a/chrome/browser/ui/webui/password_manager_internals/password_manager_internals_ui.h b/chrome/browser/ui/webui/password_manager_internals/password_manager_internals_ui.h
|
| index c73486a6756e2958d9f8bb858ee09eec01925502..fcfc19c8e952a4b39ade7a10dded7696593d69b2 100644
|
| --- a/chrome/browser/ui/webui/password_manager_internals/password_manager_internals_ui.h
|
| +++ b/chrome/browser/ui/webui/password_manager_internals/password_manager_internals_ui.h
|
| @@ -25,20 +25,6 @@ class PasswordManagerInternalsUI
|
| virtual void LogSavePasswordProgress(const std::string& text) OVERRIDE;
|
|
|
| private:
|
| - // These types describe which kinds of notifications
|
| - // PasswordManagerInternalsUI can send to PasswordManagerClient.
|
| - enum ClientNotificationType {
|
| - PAGE_OPENED, // Send when the page gets opened.
|
| - PAGE_CLOSED // Send when the page gets closed.
|
| - };
|
| -
|
| - // This acts on all PasswordManagerClient instances of the current profile
|
| - // based on |notification_type|:
|
| - // PAGE_OPENED -- |this| is set as clients' PasswordManagerLogger
|
| - // PAGE_CLOSED -- PasswordManagerLogger is reset for clients
|
| - void NotifyAllPasswordManagerClients(
|
| - ClientNotificationType notification_type);
|
| -
|
| // Helper used by LogSavePasswordProgress, actually sends |text| to the
|
| // internals page.
|
| void LogInternal(const std::string& text);
|
|
|