| Index: chrome/browser/browsing_data/browsing_data_remover.h
|
| diff --git a/chrome/browser/browsing_data/browsing_data_remover.h b/chrome/browser/browsing_data/browsing_data_remover.h
|
| index 9d234e8720b0de66fc1271b1219270e56ab1df15..3f0ab17c8ef1132502d3b90338950ef3f9393535 100644
|
| --- a/chrome/browser/browsing_data/browsing_data_remover.h
|
| +++ b/chrome/browser/browsing_data/browsing_data_remover.h
|
| @@ -82,7 +82,6 @@ class BrowsingDataRemover : public content::NotificationObserver
|
| REMOVE_WEBSQL = 1 << 11,
|
| REMOVE_SERVER_BOUND_CERTS = 1 << 12,
|
| REMOVE_CONTENT_LICENSES = 1 << 13,
|
| - REMOVE_SHADER_CACHE = 1 << 14,
|
| // The following flag is used only in tests. In normal usage, hosted app
|
| // data is controlled by the REMOVE_COOKIES flag, applied to the
|
| // protected-web origin.
|
| @@ -94,8 +93,6 @@ class BrowsingDataRemover : public content::NotificationObserver
|
| REMOVE_INDEXEDDB | REMOVE_LOCAL_STORAGE |
|
| REMOVE_PLUGIN_DATA | REMOVE_WEBSQL |
|
| REMOVE_SERVER_BOUND_CERTS,
|
| - // "cached data" includes the http cache and the shader cache.
|
| - REMOVE_CACHED_DATA = REMOVE_CACHE | REMOVE_SHADER_CACHE
|
| };
|
|
|
| // When BrowsingDataRemover successfully removes data, a notification of type
|
|
|