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

Side by Side Diff: apps/field_trial_names.cc

Issue 12985002: Add a new App launcher promo to the apps page / NTP. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: OWNERS review round 4. Created 7 years, 9 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 | Annotate | Revision Log
« no previous file with comments | « apps/field_trial_names.h ('k') | apps/pref_names.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // Copyright 2013 The Chromium Authors. All rights reserved.
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 "apps/field_trial_names.h"
6
7 namespace apps {
8
9 // The field trial group name that enables showing the promo.
10 const char kShowLauncherPromoOnceGroupName[] = "ShowPromoUntilDismissed";
11
12 // The field trial group name that resets the pref to show the app launcher
13 // promo on every session startup.
14 const char kResetShowLauncherPromoPrefGroupName[] = "ResetShowPromoPref";
15
16 // The name of the field trial that controls showing the app launcher promo.
17 const char kLauncherPromoTrialName[] = "ShowAppLauncherPromo";
18
19 } // namespace apps
OLDNEW
« no previous file with comments | « apps/field_trial_names.h ('k') | apps/pref_names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698