| 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";
|
|
|
|
|