Chromium Code Reviews| Index: components/feature_engagement_tracker/internal/event_constants.cc |
| diff --git a/components/feature_engagement_tracker/internal/event_constants.cc b/components/feature_engagement_tracker/internal/event_constants.cc |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..b171def8dacff01831644883e9091221d20a4e45 |
| --- /dev/null |
| +++ b/components/feature_engagement_tracker/internal/event_constants.cc |
| @@ -0,0 +1,11 @@ |
| +/// Copyright 2017 The Chromium Authors. All rights reserved. |
|
gone
2017/04/18 21:05:19
Thou shalt count to three slashes, no more, no les
David Trainor- moved to gerrit
2017/04/25 05:01:05
'Tis but a scratch!
|
| +// Use of this source code is governed by a BSD-style license that can be |
| +// found in the LICENSE file. |
| + |
| +#include "components/feature_engagement_tracker/public/event_constants.h" |
| + |
| +namespace feature_engagement_tracker { |
| + |
| +const char kIPHEventDataSaverPreviewOpened[] = "data_saver_preview_opened"; |
| + |
| +} // namespace feature_engagement_tracker |