| Index: chrome/common/url_constants.h
|
| diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
|
| index 32c04fd0913ed60d52385b949894101be1387d10..205da58d3e6dea6bda67f7b7084f19ffdfb0f4ec 100644
|
| --- a/chrome/common/url_constants.h
|
| +++ b/chrome/common/url_constants.h
|
| @@ -285,6 +285,9 @@ extern const char kSyncLearnMoreURL[];
|
| extern const char* const kChromeDebugURLs[];
|
| extern int kNumberOfChromeDebugURLs;
|
|
|
| +// Canonical schemes you can use as input to GURL.SchemeIs().
|
| +extern const char kExtensionScheme[];
|
| +
|
| // Call near the beginning of startup to register Chrome's internal URLs that
|
| // should be parsed as "standard" with the googleurl library.
|
| void RegisterChromeSchemes();
|
|
|