Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7966)

Unified Diff: chrome/browser/ui/android/infobars/data_reduction_proxy_infobar.h

Issue 581833002: Updated alternative data reduction proxy UI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@flag-for-ssl-experiment
Patch Set: Addressed comments from marq and tedchoc Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698