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

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

Issue 1841653003: Drop |languages| from {Format,Elide}Url* and IDNToUnicode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased, most Android targets locally built successfully Created 4 years, 9 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 832a90fdad135eb3171e924242026b856e8d0daf..cea4f6fb938e6d560b58430220bb00514b347a4f 100644
--- a/chrome/browser/ui/webui/options/password_manager_handler.h
+++ b/chrome/browser/ui/webui/options/password_manager_handler.h
@@ -64,9 +64,6 @@ class PasswordManagerHandler : public OptionsPageUIHandler,
// |index| The index of the entry.
void HandleRequestShowPassword(const base::ListValue* args);
- // User pref for storing accept languages.
- std::string languages_;
-
// The PasswordManagerPresenter object owned by the this view.
PasswordManagerPresenter password_manager_presenter_;

Powered by Google App Engine
This is Rietveld 408576698