| Index: content/public/common/url_constants.h
 | 
| diff --git a/content/public/common/url_constants.h b/content/public/common/url_constants.h
 | 
| index 270589145f0bf8806b689008168d5f4cacba24a2..f160231881a0493989365b1f5a5c7c969afbabd2 100644
 | 
| --- a/content/public/common/url_constants.h
 | 
| +++ b/content/public/common/url_constants.h
 | 
| @@ -70,6 +70,11 @@ CONTENT_EXPORT extern const char kChromeUINetworkViewCacheURL[];
 | 
|  CONTENT_EXPORT extern const char kChromeUIResourcesURL[];
 | 
|  CONTENT_EXPORT extern const char kChromeUIShorthangURL[];
 | 
|  
 | 
| +// Special HTTP and HTTPS schemes for serialization of suborigins. See
 | 
| +// https://w3c.github.io/webappsec-suborigins/.
 | 
| +CONTENT_EXPORT extern const char kHttpSuboriginScheme[];
 | 
| +CONTENT_EXPORT extern const char kHttpsSuboriginScheme[];
 | 
| +
 | 
|  }  // namespace content
 | 
|  
 | 
|  #endif  // CONTENT_PUBLIC_COMMON_URL_CONSTANTS_H_
 | 
| 
 |