| Index: chrome/common/extensions/features/simple_feature.cc
|
| diff --git a/chrome/common/extensions/features/simple_feature.cc b/chrome/common/extensions/features/simple_feature.cc
|
| index 694b90d5129304dad30b406af6968546a495b746..b971ed69dab264064e2cd00e5722ac31af81a8b6 100644
|
| --- a/chrome/common/extensions/features/simple_feature.cc
|
| +++ b/chrome/common/extensions/features/simple_feature.cc
|
| @@ -40,8 +40,8 @@ struct Mappings {
|
|
|
| platforms["chromeos"] = Feature::CHROMEOS_PLATFORM;
|
| platforms["linux"] = Feature::LINUX_PLATFORM;
|
| - platforms["macosx"] = Feature::MACOSX_PLATFORM;
|
| - platforms["windows"] = Feature::WIN_PLATFORM;
|
| + platforms["mac"] = Feature::MACOSX_PLATFORM;
|
| + platforms["win"] = Feature::WIN_PLATFORM;
|
|
|
| channels["trunk"] = VersionInfo::CHANNEL_UNKNOWN;
|
| channels["canary"] = VersionInfo::CHANNEL_CANARY;
|
|
|