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

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

Issue 2248913007: Add a Physical Web WebUI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 3 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
(Empty)
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
3 // found in the LICENSE file.
4
5 #ifndef COMPONENTS_PHYSICAL_WEB_WEBUI_PHYSICAL_WEB_UI_CONSTANTS_H_
6 #define COMPONENTS_PHYSICAL_WEB_WEBUI_PHYSICAL_WEB_UI_CONSTANTS_H_
7
8 namespace physical_web_ui {
9
10 // Resource paths.
11 // Must match the resource file names.
12 extern const char kPhysicalWebJS[];
13 extern const char kPhysicalWebCSS[];
14
15 // Message handlers.
16 // Must match the constants used in the resource files.
17 extern const char kRequestNearbyUrls[];
18
19 // Strings.
20 // Must match the constants used in the resource files.
21 extern const char kTitle[];
22 extern const char kPageInfo[];
23 extern const char kPageInfoDescription[];
24 extern const char kPageInfoIcon[];
25 extern const char kPageInfoTitle[];
26 extern const char kResolvedUrl[];
27 extern const char kScannedUrl[];
28 extern const char kReturnNearbyUrls[];
29 extern const char kMetadata[];
30
31 } // namespace physical_web_ui
32
33 #endif // COMPONENTS_PHYSICAL_WEB_WEBUI_PHYSICAL_WEB_UI_CONSTANTS_H_
OLDNEW
« no previous file with comments | « components/physical_web/webui/BUILD.gn ('k') | components/physical_web/webui/physical_web_ui_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698