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

Unified Diff: chrome/browser/browsing_data_helper.h

Issue 10533147: Collect user metrics for clearing protected storage (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comment 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 | « no previous file | chrome/browser/browsing_data_remover.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browsing_data_helper.h
diff --git a/chrome/browser/browsing_data_helper.h b/chrome/browser/browsing_data_helper.h
index ae05f1c08e59641f0a1c3a4a5ce3bd6aaf75cae8..807ac6c2ef5be7d22d43880986f4fc4d3a2b14bb 100644
--- a/chrome/browser/browsing_data_helper.h
+++ b/chrome/browser/browsing_data_helper.h
@@ -25,6 +25,8 @@ class BrowsingDataHelper {
UNPROTECTED_WEB = 1 << 0, // drive-by web.
PROTECTED_WEB = 1 << 1, // hosted applications.
EXTENSION = 1 << 2, // chrome-extension://*
+ // Always add new items to the enum above ALL and add them to ALL.
+ ALL = UNPROTECTED_WEB | PROTECTED_WEB | EXTENSION,
};
// Returns true iff the provided scheme is (really) web safe, and suitable
« no previous file with comments | « no previous file | chrome/browser/browsing_data_remover.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698