summaryrefslogtreecommitdiffstats
path: root/components/web_resource/web_resource_pref_names.cc
blob: 51ae76f570b2be375e85b9ca3ce8c3e41b9f8643 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Copyright 2014 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.

#include "components/web_resource/web_resource_pref_names.h"

namespace prefs {

// A boolean pref of the EULA accepted flag.
const char kEulaAccepted[] = "EulaAccepted";

// Last time of update of promo_resource_cache.
const char kNtpPromoResourceCacheUpdate[] = "ntp.promo_resource_cache_update";

}  // namespace prefs