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

Unified Diff: chrome/browser/ui/webui/options/password_manager_handler.h

Issue 1142693003: Implement the chrome.passwordsPrivate API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: stevenjb comment. Created 5 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/ui/webui/options/password_manager_handler.h
diff --git a/chrome/browser/ui/webui/options/password_manager_handler.h b/chrome/browser/ui/webui/options/password_manager_handler.h
index a3dbd11e766382ee451cae4179e7e75d11df2c06..5fa0847d013b45cc22d82a245bd8d39247085a7a 100644
--- a/chrome/browser/ui/webui/options/password_manager_handler.h
+++ b/chrome/browser/ui/webui/options/password_manager_handler.h
@@ -30,8 +30,11 @@ class PasswordManagerHandler : public OptionsPageUIHandler,
// PasswordUIView implementation.
Profile* GetProfile() override;
- void ShowPassword(size_t index,
- const base::string16& password_value) override;
+ void ShowPassword(
+ size_t index,
+ const std::string& origin_url,
+ const std::string& username,
+ const base::string16& password_value) override;
void SetPasswordList(
const ScopedVector<autofill::PasswordForm>& password_list,
bool show_passwords) override;
« no previous file with comments | « chrome/browser/ui/passwords/password_ui_view.h ('k') | chrome/browser/ui/webui/options/password_manager_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698