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

Unified Diff: chrome/browser/pepper_broker_infobar_delegate.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/pepper_broker_infobar_delegate.h
diff --git a/chrome/browser/pepper_broker_infobar_delegate.h b/chrome/browser/pepper_broker_infobar_delegate.h
index cce336411353d8c13fbc2ad93562705480fff107..00a1cfc9d4f2b7d06f3234c481e259afef5bba02 100644
--- a/chrome/browser/pepper_broker_infobar_delegate.h
+++ b/chrome/browser/pepper_broker_infobar_delegate.h
@@ -36,7 +36,6 @@ class PepperBrokerInfoBarDelegate : public ConfirmInfoBarDelegate {
private:
PepperBrokerInfoBarDelegate(const GURL& url,
const base::FilePath& plugin_path,
- const std::string& languages,
HostContentSettingsMap* content_settings,
TabSpecificContentSettings* tab_content_settings,
const base::Callback<void(bool)>& callback);
@@ -56,7 +55,6 @@ class PepperBrokerInfoBarDelegate : public ConfirmInfoBarDelegate {
const GURL url_;
const base::FilePath plugin_path_;
- const std::string languages_;
HostContentSettingsMap* content_settings_;
TabSpecificContentSettings* tab_content_settings_;
base::Callback<void(bool)> callback_;
« no previous file with comments | « chrome/browser/password_manager/account_chooser_dialog_android.cc ('k') | chrome/browser/pepper_broker_infobar_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698