Convert activity_log from sql::ErrorDelegate to callback.
[chromium-blink-merge.git] / apps / field_trial_names.cc
blob9e5cbcfe25fbd40df0e7b2154aa50af1e6e7cef1
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.
5 #include "apps/field_trial_names.h"
7 namespace apps {
9 // The field trial group name that enables showing the promo.
10 const char kShowLauncherPromoOnceGroupName[] = "ShowPromoUntilDismissed";
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";
16 // The name of the field trial that controls showing the app launcher promo.
17 const char kLauncherPromoTrialName[] = "ShowAppLauncherPromo";
19 } // namespace apps