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

Unified Diff: chromeos/chromeos_switches.cc

Issue 15966004: cros: Move kiosk settings to extensions page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: for comments in #2 Created 7 years, 7 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/chromeos_switches.cc
diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
index 340c0f5258d05a3b1795e76c152214f4f03e0fc0..d9d7893e2365764bf74be4d0b3eb3465aed2d4c9 100644
--- a/chromeos/chromeos_switches.cc
+++ b/chromeos/chromeos_switches.cc
@@ -104,10 +104,6 @@ const char kEnableTouchpadThreeFingerSwipe[]
// than the kiosk app mode.
const char kEnableKioskMode[] = "enable-kiosk-mode";
-// Enable kiosk app settings UI.
-// TODO(xiyuan): Remove this flag after http://crbug.com/228860.
-const char kEnableKioskAppSettings[] = "enable-kiosk-app-settings";
-
// Enables request of tablet site (via user agent override).
const char kEnableRequestTabletSite[] = "enable-request-tablet-site";

Powered by Google App Engine
This is Rietveld 408576698