| Index: chrome/common/url_constants.h
|
| ===================================================================
|
| --- chrome/common/url_constants.h (revision 40415)
|
| +++ chrome/common/url_constants.h (working copy)
|
| @@ -81,6 +81,10 @@
|
| extern const char kNetworkViewCacheURL[];
|
| extern const char kNetworkViewInternalsURL[];
|
|
|
| +// Call near the beginning of startup to register Chrome's internal URLs that
|
| +// should be parsed as "standard" with the googleurl library.
|
| +void RegisterChromeSchemes();
|
| +
|
| } // namespace chrome
|
|
|
| #endif // CHROME_COMMON_URL_CONSTANTS_H_
|
|
|