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

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

Issue 2374443003: Fix content settings's cookie code to work with PlzNavigate. (Closed)
Patch Set: review comments Created 4 years, 3 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_usages_state.h
diff --git a/components/content_settings/core/browser/content_settings_usages_state.h b/components/content_settings/core/browser/content_settings_usages_state.h
index 770483eed6d078695b11f460526e401ec5b03964..f00e1702ee1941446258921946b2ba9572febee7 100644
--- a/components/content_settings/core/browser/content_settings_usages_state.h
+++ b/components/content_settings/core/browser/content_settings_usages_state.h
@@ -22,10 +22,6 @@ class ContentSettingsUsagesState {
public:
// Information about navigation.
struct CommittedDetails {
- CommittedDetails();
- ~CommittedDetails();
-
- bool current_url_valid;
GURL current_url;
GURL previous_url;
};

Powered by Google App Engine
This is Rietveld 408576698