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

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

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 #include "components/physical_web/webui/physical_web_ui_constants.h"
6
7 namespace physical_web_ui {
8
9 // Resource paths.
10 const char kPhysicalWebJS[] = "physical_web.js";
11 const char kPhysicalWebCSS[] = "physical_web.css";
12
13 // Message handlers.
14 const char kRequestNearbyUrls[] = "requestNearbyURLs";
15
16 // Strings.
17 const char kTitle[] = "title";
18 const char kPageInfo[] = "pageInfo";
19 const char kPageInfoDescription[] = "pageInfoDescription";
20 const char kPageInfoIcon[] = "pageInfoIcon";
21 const char kPageInfoTitle[] = "pageInfoTitle";
22 const char kResolvedUrl[] = "resolvedUrl";
23 const char kScannedUrl[] = "scannedUrl";
24 const char kReturnNearbyUrls[] = "returnNearbyURLs";
25 const char kMetadata[] = "metadata";
26
27 } // namespace physical_web_ui
OLDNEW
« no previous file with comments | « components/physical_web/webui/physical_web_ui_constants.h ('k') | components/physical_web/webui/resources/physical_web.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698