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

Unified Diff: components/ntp_tiles/pref_names.h

Issue 1928913002: Create //components/ntp_tiles. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 side-by-side diff with in-line comments
Download patch
Index: components/ntp_tiles/pref_names.h
diff --git a/components/ntp_tiles/pref_names.h b/components/ntp_tiles/pref_names.h
new file mode 100644
index 0000000000000000000000000000000000000000..b71b19fb8355dfe54a1d15afb9c6ecb6bd40c9c2
--- /dev/null
+++ b/components/ntp_tiles/pref_names.h
@@ -0,0 +1,17 @@
+// 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 COMPONENTS_NTP_TILES_PREF_NAMES_H_
+#define COMPONENTS_NTP_TILES_PREF_NAMES_H_
+
+namespace ntp_tiles {
+namespace prefs {
+
+extern const char kNTPSuggestionsURL[];
jochen (gone - plz use gerrit) 2016/04/28 15:46:37 this is drop the buildflag check, is that intentio
sfiera 2016/04/28 16:11:04 Sort of. In the long run it will definitely be dro
+extern const char kNTPSuggestionsIsPersonal[];
+
+} // namespace prefs
+} // namespace ntp_tiles
+
+#endif // COMPONENTS_NTP_TILES_PREF_NAMES_H_

Powered by Google App Engine
This is Rietveld 408576698