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

Unified Diff: chrome/browser/ui/website_settings/website_settings.h

Issue 2185213002: Display USB devices in the site settings popup on Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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/website_settings/website_settings.h
diff --git a/chrome/browser/ui/website_settings/website_settings.h b/chrome/browser/ui/website_settings/website_settings.h
index f684fa520ab81a61fa1d1033b41317f1a1c7ede4..1ffa058aabb59ae62f306edff1f9c4338e56c94a 100644
--- a/chrome/browser/ui/website_settings/website_settings.h
+++ b/chrome/browser/ui/website_settings/website_settings.h
@@ -95,6 +95,7 @@ class WebsiteSettings : public TabSpecificContentSettings::SiteDataObserver {
};
struct ChooserUIInfo {
+ ContentSettingsType content_settings_type;
ChooserContextBase* (*get_context)(Profile*);
int blocked_icon_id;
int allowed_icon_id;

Powered by Google App Engine
This is Rietveld 408576698