summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
authorjackhou@chromium.org <jackhou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-31 22:53:20 +0000
committerjackhou@chromium.org <jackhou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-31 22:53:20 +0000
commit8aaa8e89ffe4ab1f512015c9cf5c4789e9329588 (patch)
tree9a0854f36b054a87da6713ac66206fd0f129ce8e /chrome/common
parentadfe6fa701d02c2b2a3cb5b60b565d15efb9c6f9 (diff)
downloadchromium_src-8aaa8e89ffe4ab1f512015c9cf5c4789e9329588.zip
chromium_src-8aaa8e89ffe4ab1f512015c9cf5c4789e9329588.tar.gz
chromium_src-8aaa8e89ffe4ab1f512015c9cf5c4789e9329588.tar.bz2
[Mac] Implement frame.[color|inactiveColor].
This also removes --apps-use-native-frame. This is a second attempt at https://codereview.chromium.org/251993002/. There was an underlying bug which caused crashes on 10.7 when native frames are enabled (http://crbug.com/378581). It's fixed by https://codereview.chromium.org/307843002/. BUG=339558 Review URL: https://codereview.chromium.org/308583002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274084 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r--chrome/common/chrome_switches.cc3
-rw-r--r--chrome/common/chrome_switches.h1
2 files changed, 0 insertions, 4 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index f08dfe4..c754b13 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -100,9 +100,6 @@ const char kAppModeAuthCode[] = "app-mode-auth-code";
// Value of OAuth2 refresh token for --force-app-mode.
const char kAppModeOAuth2Token[] = "app-mode-oauth-token";
-// 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";
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
index bc2c8fa..a6689d5 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -46,7 +46,6 @@ extern const char kAppsGalleryURL[];
extern const char kAppsGalleryUpdateURL[];
extern const char kAppModeAuthCode[];
extern const char kAppModeOAuth2Token[];
-extern const char kAppsUseNativeFrame[];
extern const char kAuthExtensionPath[];
extern const char kAuthNegotiateDelegateWhitelist[];
extern const char kAuthSchemes[];