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

Side by Side Diff: components/feature_engagement_tracker/internal/feature_constants.cc

Issue 2815183002: IPH - Added triggers to show Download Home message (Closed)
Patch Set: findbugs Created 3 years, 7 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 unified diff | Download patch
OLDNEW
1 /// Copyright 2017 The Chromium Authors. All rights reserved. 1 /// Copyright 2017 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "components/feature_engagement_tracker/public/feature_constants.h" 5 #include "components/feature_engagement_tracker/public/feature_constants.h"
6 6
7 #include "base/feature_list.h" 7 #include "base/feature_list.h"
8 8
9 namespace feature_engagement_tracker { 9 namespace feature_engagement_tracker {
10 10
11 const base::Feature kIPHDemoMode{"IPH_DemoMode", 11 const base::Feature kIPHDemoMode{"IPH_DemoMode",
12 base::FEATURE_DISABLED_BY_DEFAULT}; 12 base::FEATURE_DISABLED_BY_DEFAULT};
13 13
14 const base::Feature kIPHDownloadPageFeature{"IPH_DownloadPage", 14 const base::Feature kIPHDownloadPageFeature{"IPH_DownloadPage",
15 base::FEATURE_DISABLED_BY_DEFAULT}; 15 base::FEATURE_DISABLED_BY_DEFAULT};
16 const base::Feature kIPHDownloadHomeFeature{"IPH_DownloadHome",
17 base::FEATURE_DISABLED_BY_DEFAULT};
16 18
17 } // namespace feature_engagement_tracker 19 } // namespace feature_engagement_tracker
OLDNEW
« no previous file with comments | « chrome/android/java/strings/android_chrome_strings.grd ('k') | components/feature_engagement_tracker/internal/feature_list.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698