Commit fa39ebda authored by mgiuca@chromium.org's avatar mgiuca@chromium.org

Made --apps-use-native-frame flag available on Mac.

This flag has been meaningful on Mac as of r213834.

BUG=268789

Review URL: https://chromiumcodereview.appspot.com/22365002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215857 0039d316-1c4b-4281-b951-d872f2087c98
parent 487bc2c3
...@@ -1457,7 +1457,7 @@ const Experiment kExperiments[] = { ...@@ -1457,7 +1457,7 @@ const Experiment kExperiments[] = {
"apps-use-native-frame", "apps-use-native-frame",
IDS_FLAGS_ENABLE_NATIVE_FRAMES_FOR_APPS_NAME, IDS_FLAGS_ENABLE_NATIVE_FRAMES_FOR_APPS_NAME,
IDS_FLAGS_ENABLE_NATIVE_FRAMES_FOR_APPS_DESCRIPTION, IDS_FLAGS_ENABLE_NATIVE_FRAMES_FOR_APPS_DESCRIPTION,
kOsWin, kOsMac | kOsWin,
SINGLE_VALUE_TYPE(switches::kAppsUseNativeFrame) SINGLE_VALUE_TYPE(switches::kAppsUseNativeFrame)
}, },
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment