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

Unified Diff: chrome/browser/ui/website_settings_ui.cc

Issue 10163002: Add tabs UI to WebsiteSettingsUI (GTK only). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments (wtc). Created 8 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
« no previous file with comments | « chrome/browser/ui/website_settings_ui.h ('k') | chrome/browser/website_settings.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/website_settings_ui.cc
diff --git a/chrome/browser/ui/website_settings_ui.cc b/chrome/browser/ui/website_settings_ui.cc
index efb7957a27d8a32a7d312af8b8234c71c3f3e4e4..a0eb73962752d41025e3c33ad37cdfaf5cbf48e0 100644
--- a/chrome/browser/ui/website_settings_ui.cc
+++ b/chrome/browser/ui/website_settings_ui.cc
@@ -14,5 +14,10 @@ WebsiteSettingsUI::PermissionInfo::PermissionInfo()
default_setting(CONTENT_SETTING_DEFAULT) {
}
+WebsiteSettingsUI::IdentityInfo::IdentityInfo()
+ : identity_status(WebsiteSettings::SITE_IDENTITY_STATUS_UNKNOWN),
+ connection_status(WebsiteSettings::SITE_CONNECTION_STATUS_UNKNOWN) {
+}
+
WebsiteSettingsUI::~WebsiteSettingsUI() {
}
« no previous file with comments | « chrome/browser/ui/website_settings_ui.h ('k') | chrome/browser/website_settings.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698