summaryrefslogtreecommitdiff
path: root/chromium/components/physical_web/webui/physical_web_ui_constants.cc
blob: 47415b72e7a92d59e89e44839136fb0f074ce3c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
// 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.

#include "components/physical_web/webui/physical_web_ui_constants.h"

namespace physical_web_ui {

// Resource paths.
const char kPhysicalWebJS[] = "physical_web.js";
const char kPhysicalWebCSS[] = "physical_web.css";

// Message handlers.
const char kRequestNearbyUrls[] = "requestNearbyURLs";
const char kPhysicalWebItemClicked[] = "physicalWebItemClicked";

// Strings.
const char kTitle[] = "title";
const char kPageInfo[] = "pageInfo";
const char kPageInfoDescription[] = "pageInfoDescription";
const char kPageInfoIcon[] = "pageInfoIcon";
const char kPageInfoTitle[] = "pageInfoTitle";
const char kResolvedUrl[] = "resolvedUrl";
const char kScannedUrl[] = "scannedUrl";
const char kIndex[] = "index";
const char kReturnNearbyUrls[] = "returnNearbyURLs";
const char kMetadata[] = "metadata";

}  // namespace physical_web_ui