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 7a2b0631507d4858624cd31d2e3678f405937359..3871455e713cb56d3a1cea2ef2aa7f5afd201932 100644 |
--- a/chrome/browser/browsing_data/browsing_data_remover.h |
+++ b/chrome/browser/browsing_data/browsing_data_remover.h |
@@ -93,6 +93,9 @@ class BrowsingDataRemover |
#if defined(OS_ANDROID) |
REMOVE_APP_BANNER_DATA = 1 << 15, |
#endif |
+#if !defined(OS_ANDROID) |
+ REMOVE_GCM = 1 << 16, |
+#endif |
// 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. |
@@ -109,6 +112,9 @@ class BrowsingDataRemover |
#if defined(OS_ANDROID) |
REMOVE_APP_BANNER_DATA | |
#endif |
+#if !defined(OS_ANDROID) |
+ REMOVE_GCM | |
+#endif |
REMOVE_CHANNEL_IDS, |
// Includes all the available remove options. Meant to be used by clients |