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

Unified Diff: chrome/browser/views/options/cookie_filter_page_view.h

Issue 560024: Reland 37913. Clear local state on exit. (Closed)
Patch Set: Created 10 years, 11 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/options_util.cc ('k') | chrome/browser/views/options/cookie_filter_page_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/options/cookie_filter_page_view.h
diff --git a/chrome/browser/views/options/cookie_filter_page_view.h b/chrome/browser/views/options/cookie_filter_page_view.h
index 812e1dd88acdb1b1d618c4577770c60cc0cbff26..d2129f01c4b675da86d7347892b5ea323860950a 100644
--- a/chrome/browser/views/options/cookie_filter_page_view.h
+++ b/chrome/browser/views/options/cookie_filter_page_view.h
@@ -33,6 +33,7 @@ class CookieFilterPageView : public OptionsPageView,
private:
// OptionsPageView implementation:
virtual void InitControlLayout();
+ virtual void NotifyPrefChanged(const std::wstring* pref_name);
// views::ButtonListener implementation:
virtual void ButtonPressed(views::Button* sender, const views::Event& event);
@@ -50,6 +51,9 @@ class CookieFilterPageView : public OptionsPageView,
views::Checkbox* clear_on_close_check_;
views::NativeButton* show_cookies_button_;
+ // Clear locally stored site data on exit pref.
+ BooleanPrefMember clear_site_data_on_exit_;
+
DISALLOW_COPY_AND_ASSIGN(CookieFilterPageView);
};
« no previous file with comments | « chrome/browser/options_util.cc ('k') | chrome/browser/views/options/cookie_filter_page_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698