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

Unified Diff: chrome/browser/ui/passwords/password_manager_presenter.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/passwords/password_manager_presenter.h
diff --git a/chrome/browser/ui/passwords/password_manager_presenter.h b/chrome/browser/ui/passwords/password_manager_presenter.h
index 2b19b8012c120a64e5989d98c99ca26513a5b009..66d071ee3ba95e21730ddad1236db7629d9f40fb 100644
--- a/chrome/browser/ui/passwords/password_manager_presenter.h
+++ b/chrome/browser/ui/passwords/password_manager_presenter.h
@@ -84,7 +84,6 @@ class PasswordManagerPresenter
// forms with the same key, all such forms but the first one are
// stored in |duplicates| instead of |list|.
void SortEntriesAndHideDuplicates(
- const std::string& languages,
std::vector<scoped_ptr<autofill::PasswordForm>>* list,
DuplicatesMap* duplicates,
bool username_and_password_in_key);
@@ -144,9 +143,6 @@ class PasswordManagerPresenter
// UI view that owns this presenter.
PasswordUIView* password_view_;
- // User pref for storing accept languages.
- std::string languages_;
-
DISALLOW_COPY_AND_ASSIGN(PasswordManagerPresenter);
};

Powered by Google App Engine
This is Rietveld 408576698