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

Unified Diff: chrome/browser/android/password_ui_view_android.cc

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/android/password_ui_view_android.cc
diff --git a/chrome/browser/android/password_ui_view_android.cc b/chrome/browser/android/password_ui_view_android.cc
index b079b22c5c7abc7066c03790c52cd2630cb4bf69..4cbf00b26c96ccf4470d209eace0c031f812cb65 100644
--- a/chrome/browser/android/password_ui_view_android.cc
+++ b/chrome/browser/android/password_ui_view_android.cc
@@ -37,7 +37,10 @@ Profile* PasswordUIViewAndroid::GetProfile() {
}
void PasswordUIViewAndroid::ShowPassword(
- size_t index, const base::string16& password_value) {
+ size_t index,
+ const std::string& origin_url,
+ const std::string& username,
+ const base::string16& password_value) {
NOTIMPLEMENTED();
}

Powered by Google App Engine
This is Rietveld 408576698