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: 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: Nit 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') | chrome/browser/browsing_data_remover.cc » ('J')
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..e351d4dbf97e25b36a2dea5f60e4a5fdfcdd61bd 100644
--- a/chrome/browser/browsing_data_helper.h
+++ b/chrome/browser/browsing_data_helper.h
@@ -25,6 +25,7 @@ class BrowsingDataHelper {
UNPROTECTED_WEB = 1 << 0, // drive-by web.
PROTECTED_WEB = 1 << 1, // hosted applications.
EXTENSION = 1 << 2, // chrome-extension://*
+ ALL = UNPROTECTED_WEB | PROTECTED_WEB | EXTENSION,
Mike West 2012/06/14 08:32:39 Nit: Can you add a comment here, something like "t
battre 2012/06/14 09:24:52 Done.
};
// 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') | chrome/browser/browsing_data_remover.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698