Chromium Code Reviews| Index: extensions/common/features/behavior_feature.h |
| diff --git a/extensions/common/features/behavior_feature.h b/extensions/common/features/behavior_feature.h |
| index 190cf7d58a81d9c7f2b785a852270104d2237686..e1a6bc26294efc38796811a3fbf3bc4ba07ef855 100644 |
| --- a/extensions/common/features/behavior_feature.h |
| +++ b/extensions/common/features/behavior_feature.h |
| @@ -16,6 +16,7 @@ extern const char kDoNotSync[]; |
| extern const char kZoomWithoutBubble[]; |
| extern const char kAllowUsbDevicesPermissionInterfaceClass[]; |
| extern const char kSigninScreen[]; |
| +extern const char kWhitelistedForNetworkApi[]; |
|
stevenjb
2016/12/07 21:35:31
Here too. Because we (unfortunately) also have a "
tbarzic
2016/12/07 22:32:53
Done.
|
| } // namespace behavior_feature |