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

Unified Diff: components/content_settings/core/browser/content_settings_pref.h

Issue 2816723002: Add "Site Settings" option to Clear Browsing Data on Android (Closed)
Patch Set: fix deps Created 3 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: components/content_settings/core/browser/content_settings_pref.h
diff --git a/components/content_settings/core/browser/content_settings_pref.h b/components/content_settings/core/browser/content_settings_pref.h
index 356176c614cacba16b8bf7d8d5828c1ca55c2cbf..3a52186e1bf7a21cf0f1a9df80e663215b0d8b9b 100644
--- a/components/content_settings/core/browser/content_settings_pref.h
+++ b/components/content_settings/core/browser/content_settings_pref.h
@@ -44,7 +44,6 @@ class ContentSettingsPref {
PrefChangeRegistrar* registrar,
const std::string& pref_name,
bool incognito,
- bool store_last_modified,
NotifyObserversCallback notify_callback);
~ContentSettingsPref();
@@ -56,6 +55,7 @@ class ContentSettingsPref {
bool SetWebsiteSetting(const ContentSettingsPattern& primary_pattern,
const ContentSettingsPattern& secondary_pattern,
const ResourceIdentifier& resource_identifier,
+ base::Time modified_time,
base::Value* value);
// Returns the |last_modified| date of a setting.
@@ -113,8 +113,6 @@ class ContentSettingsPref {
bool is_incognito_;
- bool store_last_modified_;
-
// Whether we are currently updating preferences, this is used to ignore
// notifications from the preferences service that we triggered ourself.
bool updating_preferences_;
« no previous file with comments | « components/browsing_data_strings.grdp ('k') | components/content_settings/core/browser/content_settings_pref.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698