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

Unified Diff: chrome/browser/ui/views/website_settings/website_settings_popup_view.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: removed the DCHECK part code, and added allow support to media for https 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/views/website_settings/website_settings_popup_view.h
diff --git a/chrome/browser/ui/views/website_settings/website_settings_popup_view.h b/chrome/browser/ui/views/website_settings/website_settings_popup_view.h
index c04f5f141f52a3465ac16dc79b34ce2201039509..847190e95f89aafd89b605b60ad845199fec277b 100644
--- a/chrome/browser/ui/views/website_settings/website_settings_popup_view.h
+++ b/chrome/browser/ui/views/website_settings/website_settings_popup_view.h
@@ -159,6 +159,9 @@ class WebsiteSettingsPopupView
views::View* connection_info_content_;
views::View* page_info_content_;
+ // The URL of the site for which to display site permissions.
+ GURL site_url_;
markusheintz_ 2012/12/14 15:46:43 I think you don't use this attribute since you get
no longer working on chromium 2012/12/14 15:56:19 Thanks, uncleaned code.
+
DISALLOW_COPY_AND_ASSIGN(WebsiteSettingsPopupView);
};

Powered by Google App Engine
This is Rietveld 408576698