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..0122437dda031ebdf676ecf71f5c7455b0f856fd 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& other_url); |
jam
2017/05/30 14:51:11
nit: document
clamy
2017/05/30 15:54:11
Done.
jam
2017/05/30 16:12:41
sorry I wasn't clear, I meant document this method
|
+ |
} // namespace search |
#endif // CHROME_COMMON_SEARCH_SEARCH_URLS_H_ |