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

Unified Diff: chrome/browser/extensions/api/passwords_private/passwords_private_delegate_impl.h

Issue 1841653003: Drop |languages| from {Format,Elide}Url* and IDNToUnicode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix typo in elide_url.cc Created 4 years, 8 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/extensions/api/passwords_private/passwords_private_delegate_impl.h
diff --git a/chrome/browser/extensions/api/passwords_private/passwords_private_delegate_impl.h b/chrome/browser/extensions/api/passwords_private/passwords_private_delegate_impl.h
index b2cf817fd0256e1da8f43cbef4f20ccd027a1ec4..d697a8495bbc31f367eebf57de87add504746742 100644
--- a/chrome/browser/extensions/api/passwords_private/passwords_private_delegate_impl.h
+++ b/chrome/browser/extensions/api/passwords_private/passwords_private_delegate_impl.h
@@ -110,9 +110,6 @@ class PasswordsPrivateDelegateImpl : public PasswordsPrivateDelegate,
// callbacks are invoked.
std::vector<base::Callback<void()>> pre_initialization_callbacks_;
- // User pref for storing accept languages.
- std::string languages_;
-
// The WebContents used when invoking this API. Used to fetch the
// NativeWindow for the window where the API was called.
content::WebContents* web_contents_;

Powered by Google App Engine
This is Rietveld 408576698