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

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

Issue 2717363003: Add Physical Web WebUI Default Url Icon (Closed)
Patch Set: rebase Created 3 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 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 #include "components/physical_web/webui/physical_web_ui_constants.h" 5 #include "components/physical_web/webui/physical_web_ui_constants.h"
6 6
7 namespace physical_web_ui { 7 namespace physical_web_ui {
8 8
9 // Resource paths. 9 // Resource paths.
10 const char kPhysicalWebJS[] = "physical_web.js"; 10 const char kPhysicalWebJS[] = "physical_web.js";
11 const char kPhysicalWebCSS[] = "physical_web.css"; 11 const char kPhysicalWebCSS[] = "physical_web.css";
12 const char kPhysicalWebLinkIcon[] = "ic_link_grey600_36dp.png";
12 13
13 // Message handlers. 14 // Message handlers.
14 const char kPhysicalWebPageLoaded[] = "physicalWebPageLoaded"; 15 const char kPhysicalWebPageLoaded[] = "physicalWebPageLoaded";
15 const char kPhysicalWebItemClicked[] = "physicalWebItemClicked"; 16 const char kPhysicalWebItemClicked[] = "physicalWebItemClicked";
16 17
17 // Strings. 18 // Strings.
18 const char kTitle[] = "title"; 19 const char kTitle[] = "title";
19 const char kEmptyMessage[] = "emptyMessage"; 20 const char kEmptyMessage[] = "emptyMessage";
20 const char kPageInfoDescription[] = "pageInfoDescription"; 21 const char kPageInfoDescription[] = "pageInfoDescription";
21 const char kPageInfoIcon[] = "pageInfoIcon"; 22 const char kPageInfoIcon[] = "pageInfoIcon";
22 const char kPageInfoTitle[] = "pageInfoTitle"; 23 const char kPageInfoTitle[] = "pageInfoTitle";
23 const char kResolvedUrl[] = "resolvedUrl"; 24 const char kResolvedUrl[] = "resolvedUrl";
24 const char kIndex[] = "index"; 25 const char kIndex[] = "index";
25 const char kPushNearbyUrls[] = "pushNearbyURLs"; 26 const char kPushNearbyUrls[] = "pushNearbyURLs";
26 const char kMetadata[] = "metadata"; 27 const char kMetadata[] = "metadata";
27 28
28 } // namespace physical_web_ui 29 } // 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.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698