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

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

Issue 10440092: Remove any platform specific code from the chrome/browser/website_settings.* . (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sort includes Created 8 years, 6 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
deleted file mode 100644
index b2a60f4fbbfef35524787afa8c3fcd097b4a0f7a..0000000000000000000000000000000000000000
--- a/chrome/browser/ui/website_settings_ui.cc
+++ /dev/null
@@ -1,24 +0,0 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "chrome/browser/ui/website_settings_ui.h"
-
-WebsiteSettingsUI::CookieInfo::CookieInfo()
- : allowed(-1), blocked(-1) {
-}
-
-WebsiteSettingsUI::PermissionInfo::PermissionInfo()
- : type(CONTENT_SETTINGS_TYPE_DEFAULT),
- setting(CONTENT_SETTING_DEFAULT),
- default_setting(CONTENT_SETTING_DEFAULT) {
-}
-
-WebsiteSettingsUI::IdentityInfo::IdentityInfo()
- : identity_status(WebsiteSettings::SITE_IDENTITY_STATUS_UNKNOWN),
- cert_id(0),
- 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