| Index: chrome/common/url_constants.h
|
| diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
|
| index 4441e2a986814cac7c0742047f27a7188f3b9051..413b41929699d000e05be891ae93d9beb2caf282 100644
|
| --- a/chrome/common/url_constants.h
|
| +++ b/chrome/common/url_constants.h
|
| @@ -411,6 +411,7 @@ extern const int kNumberOfChromeDebugURLs;
|
| // Canonical schemes you can use as input to GURL.SchemeIs().
|
| extern const char kExtensionResourceScheme[];
|
|
|
| +// Scheme for accessing search-specific data.
|
| extern const char kChromeSearchScheme[];
|
|
|
| #if defined(OS_CHROMEOS)
|
|
|