| Index: chrome/browser/ui/android/infobars/data_reduction_proxy_infobar.h
|
| diff --git a/chrome/browser/ui/android/infobars/data_reduction_proxy_infobar.h b/chrome/browser/ui/android/infobars/data_reduction_proxy_infobar.h
|
| index 69d50cbbafef975bec109894cbdb9518479271c1..229d28a3bb2550b00ee0ab96655e59829098d809 100644
|
| --- a/chrome/browser/ui/android/infobars/data_reduction_proxy_infobar.h
|
| +++ b/chrome/browser/ui/android/infobars/data_reduction_proxy_infobar.h
|
| @@ -12,7 +12,10 @@
|
|
|
| class DataReductionProxyInfoBar : public ConfirmInfoBar {
|
| public:
|
| - static void Launch(JNIEnv* env, jclass, jobject jweb_contents);
|
| + static void Launch(JNIEnv* env,
|
| + jclass,
|
| + jobject jweb_contents,
|
| + jstring jlink_url);
|
|
|
| static bool Register(JNIEnv* env);
|
|
|
|
|