| Index: chrome/common/search/search_urls.h
|
| diff --git a/chrome/common/search/search_urls.h b/chrome/common/search/search_urls.h
|
| index 43f15273991da5425b2526732feb910e75029154..0ad0bf7129780c57dbc9008b31b82fea8a0c4209 100644
|
| --- a/chrome/common/search/search_urls.h
|
| +++ b/chrome/common/search/search_urls.h
|
| @@ -16,6 +16,8 @@ namespace search {
|
| // default search provider URL is "http://".
|
| bool MatchesOriginAndPath(const GURL& my_url, const GURL& other_url);
|
|
|
| +bool IsMatchingServiceWorker(const GURL& my_url, const GURL& document_url);
|
| +
|
| } // namespace search
|
|
|
| #endif // CHROME_COMMON_SEARCH_SEARCH_URLS_H_
|
|
|