| 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_;
|
|
|