| Index: components/feature_engagement_tracker/public/event_constants.h
|
| diff --git a/components/feature_engagement_tracker/public/event_constants.h b/components/feature_engagement_tracker/public/event_constants.h
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..0da746e69485ceeb2b97c03a01e5e1eaed375f84
|
| --- /dev/null
|
| +++ b/components/feature_engagement_tracker/public/event_constants.h
|
| @@ -0,0 +1,19 @@
|
| +// Copyright 2017 The Chromium Authors. All rights reserved.
|
| +// Use of this source code is governed by a BSD-style license that can be
|
| +// found in the LICENSE file.
|
| +
|
| +#ifndef COMPONENTS_FEATURE_ENGAGEMENT_TRACKER_PUBLIC_EVENT_CONSTANTS_H_
|
| +#define COMPONENTS_FEATURE_ENGAGEMENT_TRACKER_PUBLIC_EVENT_CONSTANTS_H_
|
| +
|
| +#include "base/feature_list.h"
|
| +
|
| +namespace feature_engagement_tracker {
|
| +
|
| +// All the events declared below should also be declared in the Java
|
| +// version: org.chromium.components.feature_engagement_tracker.EventConstants.
|
| +
|
| +extern const char kIPHEventDataSaverPreviewOpened[];
|
| +
|
| +} // namespace feature_engagement_tracker
|
| +
|
| +#endif // COMPONENTS_FEATURE_ENGAGEMENT_TRACKER_PUBLIC_EVENT_CONSTANTS_H_
|
|
|