| Index: content/public/common/url_constants.h
|
| diff --git a/content/public/common/url_constants.h b/content/public/common/url_constants.h
|
| index 4b2362c1e6a9371f8aca9d9015c17360f9ea640e..d0824bcba3e2d354084b76ffb8d04004d1ca713d 100644
|
| --- a/content/public/common/url_constants.h
|
| +++ b/content/public/common/url_constants.h
|
| @@ -50,7 +50,7 @@ extern const char kUnreachableWebDataURL[];
|
| // URLs that should be parsed as "standard" with the googleurl library. The
|
| // embedder can pass a 0-terminated list of additional schemes that should be
|
| // savable, or NULL if the standard list is sufficient.
|
| -void CONTENT_EXPORT RegisterContentSchemes(
|
| +CONTENT_EXPORT void RegisterContentSchemes(
|
| const char** additional_savable_schemes);
|
|
|
| } // namespace chrome
|
|
|