| Index: chrome/browser/android/url_utilities.h
|
| diff --git a/chrome/browser/android/url_utilities.h b/chrome/browser/android/url_utilities.h
|
| index eabbb8dc7148fecedf53ffe039941201967e6cd6..6105d2a1756666b4fcb8019b8c8775cd98b86245 100644
|
| --- a/chrome/browser/android/url_utilities.h
|
| +++ b/chrome/browser/android/url_utilities.h
|
| @@ -7,6 +7,8 @@
|
|
|
| #include <jni.h>
|
|
|
| +bool IsAcceptedScheme(std::string uri);
|
| +bool IsDownloadableScheme(std::string uri);
|
| bool RegisterUrlUtilities(JNIEnv* env);
|
|
|
| #endif // CHROME_BROWSER_ANDROID_URL_UTILITIES_H_
|
|
|