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

Unified Diff: components/physical_web/webui/physical_web_ui_constants.cc

Issue 2698503004: Add empty list indicator for Physical Web WebUI (Closed)
Patch Set: rebase Created 3 years, 10 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 side-by-side diff with in-line comments
Download patch
Index: components/physical_web/webui/physical_web_ui_constants.cc
diff --git a/components/physical_web/webui/physical_web_ui_constants.cc b/components/physical_web/webui/physical_web_ui_constants.cc
index 82d1af39dabf7587a0d6af658a608deb9993c388..04a4cac693a8e122875068055d771bb550ccfeca 100644
--- a/components/physical_web/webui/physical_web_ui_constants.cc
+++ b/components/physical_web/webui/physical_web_ui_constants.cc
@@ -16,6 +16,8 @@ const char kPhysicalWebItemClicked[] = "physicalWebItemClicked";
// Strings.
const char kTitle[] = "title";
+const char kEmptyMessage[] = "emptyMessage";
+const char kScanningMessage[] = "scanningMessage";
const char kPageInfoDescription[] = "pageInfoDescription";
const char kPageInfoIcon[] = "pageInfoIcon";
const char kPageInfoTitle[] = "pageInfoTitle";

Powered by Google App Engine
This is Rietveld 408576698