| 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
|
|
|