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

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

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: " Created 8 years, 7 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_ui.h
diff --git a/chrome/browser/ui/website_settings_ui.h b/chrome/browser/ui/website_settings_ui.h
index 0d7fce372575fa02ab90a27d78fb7e8b1c3a6967..f37b84042a09f62b48a6891c3bea09b72f62ac8a 100644
--- a/chrome/browser/ui/website_settings_ui.h
+++ b/chrome/browser/ui/website_settings_ui.h
@@ -83,10 +83,6 @@ class WebsiteSettingsUI {
virtual ~WebsiteSettingsUI();
- // Sets the |presenter| of the WebsiteSettingsUI that is responsible for
- // setting the data to display in the UI.
- virtual void SetPresenter(WebsiteSettings* presenter) = 0;
-
// Sets cookie information.
virtual void SetCookieInfo(const CookieInfoList& cookie_info_list) = 0;

Powered by Google App Engine
This is Rietveld 408576698