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

Unified Diff: trunk/src/chrome/common/chrome_switches.cc

Issue 265843005: Revert 267559 "[Mac] Implement frame.[color|inactiveColor]." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 8 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
« no previous file with comments | « trunk/src/chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/chrome/common/chrome_switches.cc
===================================================================
--- trunk/src/chrome/common/chrome_switches.cc (revision 267650)
+++ trunk/src/chrome/common/chrome_switches.cc (working copy)
@@ -103,6 +103,9 @@
// Whether to always use the new app install bubble when installing an app.
const char kAppsNewInstallBubble[] = "apps-new-install-bubble";
+// Experimental native frame support for packaged apps.
+const char kAppsUseNativeFrame[] = "apps-use-native-frame";
+
// Enables overriding the path for the default authentication extension.
const char kAuthExtensionPath[] = "auth-ext-path";
« no previous file with comments | « trunk/src/chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698