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

Unified Diff: extensions/common/switches.cc

Issue 2551303003: Remove unused packaged app window controls code. (Closed)
Patch Set: Oops Created 4 years 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: extensions/common/switches.cc
diff --git a/extensions/common/switches.cc b/extensions/common/switches.cc
index 1545442b9c0589dc12d06a0b7c9000d7cb5cf819..ec79b37b4a65b0d8a50c3d8ce895dc1d13ff633d 100644
--- a/extensions/common/switches.cc
+++ b/extensions/common/switches.cc
@@ -25,9 +25,6 @@ const char kEmbeddedExtensionOptions[] = "embedded-extension-options";
// insignificant for apps that load most of their resources asynchronously.
const char kEnableAppsShowOnFirstPaint[] = "enable-apps-show-on-first-paint";
-// Enables the <window-controls> tag in platform apps.
-const char kEnableAppWindowControls[] = "enable-app-window-controls";
-
// Enable BLE Advertisiing in apps.
const char kEnableBLEAdvertising[] = "enable-ble-advertising-in-apps";

Powered by Google App Engine
This is Rietveld 408576698