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

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: 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..718259a5681c23b8818562546a75fa9c778b2972 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,8 @@
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);
Ted C 2014/09/18 00:40:21 Wrap the params instead of after void.
bengr 2014/09/18 18:01:15 Done.
static bool Register(JNIEnv* env);

Powered by Google App Engine
This is Rietveld 408576698