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

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

Issue 11571010: fixed the DCHECK and also corrected the website setting UI for media (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: addressed Markus' comment and consolidated |web_content_|. Created 8 years 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/gtk/website_settings/permission_selector.h
diff --git a/chrome/browser/ui/gtk/website_settings/permission_selector.h b/chrome/browser/ui/gtk/website_settings/permission_selector.h
index a5935bc8275f8f5ef9c0ab974d3b17d408e65772..a8c575c5ff6b702f0ff8a995c3fe86380eec5224 100644
--- a/chrome/browser/ui/gtk/website_settings/permission_selector.h
+++ b/chrome/browser/ui/gtk/website_settings/permission_selector.h
@@ -30,6 +30,7 @@ class PermissionSelector : public PermissionMenuModel::Delegate {
// effective default setting for the given permission |type|. It is not
// allowed to pass |CONTENT_SETTING_DEFAULT| as value for |default_setting|.
PermissionSelector(GtkThemeService* theme_service,
+ const GURL& url,
ContentSettingsType type,
ContentSetting setting,
ContentSetting default_setting,

Powered by Google App Engine
This is Rietveld 408576698