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

Unified Diff: chromeos/settings/cros_settings_names.h

Issue 2691063002: arc: Use AndroidKioskAppInfoProto.display_name() as ARC++ Kiosk app name. (Closed)
Patch Set: fix post-merge nits from http://crrev.com/2451793002 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: chromeos/settings/cros_settings_names.h
diff --git a/chromeos/settings/cros_settings_names.h b/chromeos/settings/cros_settings_names.h
index 7c9c2897c6ac5a328fb9fa721529af888d1d3bd1..eba479e1f967bc339b7d8f6e277409c35af1ad14 100644
--- a/chromeos/settings/cros_settings_names.h
+++ b/chromeos/settings/cros_settings_names.h
@@ -29,6 +29,8 @@ CHROMEOS_EXPORT extern const char
kAccountsPrefDeviceLocalAccountsKeyArcKioskClass[];
CHROMEOS_EXPORT extern const char
kAccountsPrefDeviceLocalAccountsKeyArcKioskAction[];
+CHROMEOS_EXPORT extern const char
+ kAccountsPrefDeviceLocalAccountsKeyArcKioskDisplayName[];
CHROMEOS_EXPORT extern const char kAccountsPrefDeviceLocalAccountAutoLoginId[];
CHROMEOS_EXPORT extern const char
kAccountsPrefDeviceLocalAccountAutoLoginDelay[];

Powered by Google App Engine
This is Rietveld 408576698