 Chromium Code Reviews
 Chromium Code Reviews Issue 1701313002:
  Partial implementation of subscription restrictions.  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master
    
  
    Issue 1701313002:
  Partial implementation of subscription restrictions.  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master| Index: third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in | 
| diff --git a/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in b/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in | 
| index 4facc129611a963ead7cf617a17d59ed1cca2fc3..71fd7ce370a446a48c200c4363d6168860e17b00 100644 | 
| --- a/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in | 
| +++ b/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in | 
| @@ -181,6 +181,7 @@ SlimmingPaintUnderInvalidationChecking | 
| StackedCSSPropertyAnimations status=experimental | 
| StyleSharing status=stable | 
| StyleMatchedPropertiesCache status=stable | 
| +SubscriptionRestrictions status=experimental | 
| 
Peter Beverloo
2016/02/23 14:28:29
nit: Perhaps prefix with Push to indicate grouping
 
harkness
2016/02/26 11:44:26
Done.
 | 
| // Do not turn this flag into stable, because many interfaces that should not | 
| // be shipped would be enabled. Instead, remove the flag from the shipping | 
| // interface. |