| Index: content/public/common/url_constants.cc
|
| diff --git a/content/public/common/url_constants.cc b/content/public/common/url_constants.cc
|
| index 8bf2c16010f064da8b8445df58a11e1e6e1b0687..f27c570196b16d6a2cc600424b63287c9e8bc45a 100644
|
| --- a/content/public/common/url_constants.cc
|
| +++ b/content/public/common/url_constants.cc
|
| @@ -63,4 +63,7 @@ const char kChromeUINetworkViewCacheURL[] = "chrome://view-http-cache/";
|
| const char kChromeUIResourcesURL[] = "chrome://resources/";
|
| const char kChromeUIShorthangURL[] = "chrome://shorthang";
|
|
|
| +const char kHttpSuboriginScheme[] = "http-so";
|
| +const char kHttpsSuboriginScheme[] = "https-so";
|
| +
|
| } // namespace content
|
|
|