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

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

Issue 2815653003: IPH - connect data saver previews (Closed)
Patch Set: Cleaned up CL a bit Created 3 years, 8 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
(Empty)
1 /// 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!
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #include "components/feature_engagement_tracker/public/event_constants.h"
6
7 namespace feature_engagement_tracker {
8
9 const char kIPHEventDataSaverPreviewOpened[] = "data_saver_preview_opened";
10
11 } // namespace feature_engagement_tracker
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698