| Index: chrome/browser/ntp_snippets/ntp_snippets_prefs.h
|
| diff --git a/chrome/browser/ntp_snippets/ntp_snippets_prefs.h b/chrome/browser/ntp_snippets/ntp_snippets_prefs.h
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..fb817aa2a00395eabf901cc3f6405ca8525d8532
|
| --- /dev/null
|
| +++ b/chrome/browser/ntp_snippets/ntp_snippets_prefs.h
|
| @@ -0,0 +1,10 @@
|
| +// Copyright 2016 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 CHROME_BROWSER_NTP_SNIPPETS_NTP_SNIPPETS_PREFS_H_
|
| +#define CHROME_BROWSER_NTP_SNIPPETS_NTP_SNIPPETS_PREFS_H_
|
| +
|
| +extern const char kContentSuggestionsConsecutiveIgnoredPrefName[];
|
| +
|
| +#endif // CHROME_BROWSER_NTP_SNIPPETS_NTP_SNIPPETS_PREFS_H_
|
|
|