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

Side by Side Diff: components/physical_web/webui/physical_web_ui_constants.h

Issue 2698503004: Add empty list indicator for Physical Web WebUI (Closed)
Patch Set: access hidden attr directly Created 3 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
OLDNEW
1 // Copyright 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef COMPONENTS_PHYSICAL_WEB_WEBUI_PHYSICAL_WEB_UI_CONSTANTS_H_ 5 #ifndef COMPONENTS_PHYSICAL_WEB_WEBUI_PHYSICAL_WEB_UI_CONSTANTS_H_
6 #define COMPONENTS_PHYSICAL_WEB_WEBUI_PHYSICAL_WEB_UI_CONSTANTS_H_ 6 #define COMPONENTS_PHYSICAL_WEB_WEBUI_PHYSICAL_WEB_UI_CONSTANTS_H_
7 7
8 namespace physical_web_ui { 8 namespace physical_web_ui {
9 9
10 // Resource paths. 10 // Resource paths.
11 // Must match the resource file names. 11 // Must match the resource file names.
12 extern const char kPhysicalWebJS[]; 12 extern const char kPhysicalWebJS[];
13 extern const char kPhysicalWebCSS[]; 13 extern const char kPhysicalWebCSS[];
14 14
15 // Message handlers. 15 // Message handlers.
16 // Must match the constants used in the resource files. 16 // Must match the constants used in the resource files.
17 extern const char kRequestNearbyUrls[]; 17 extern const char kRequestNearbyUrls[];
18 extern const char kPhysicalWebItemClicked[]; 18 extern const char kPhysicalWebItemClicked[];
19 19
20 // Strings. 20 // Strings.
21 // Must match the constants used in the resource files. 21 // Must match the constants used in the resource files.
22 extern const char kTitle[]; 22 extern const char kTitle[];
23 extern const char kEmptyMessage[];
23 extern const char kPageInfoDescription[]; 24 extern const char kPageInfoDescription[];
24 extern const char kPageInfoIcon[]; 25 extern const char kPageInfoIcon[];
25 extern const char kPageInfoTitle[]; 26 extern const char kPageInfoTitle[];
26 extern const char kResolvedUrl[]; 27 extern const char kResolvedUrl[];
27 extern const char kIndex[]; 28 extern const char kIndex[];
28 extern const char kReturnNearbyUrls[]; 29 extern const char kReturnNearbyUrls[];
29 extern const char kMetadata[]; 30 extern const char kMetadata[];
30 31
31 } // namespace physical_web_ui 32 } // namespace physical_web_ui
32 33
33 #endif // COMPONENTS_PHYSICAL_WEB_WEBUI_PHYSICAL_WEB_UI_CONSTANTS_H_ 34 #endif // COMPONENTS_PHYSICAL_WEB_WEBUI_PHYSICAL_WEB_UI_CONSTANTS_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698