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

Unified Diff: chrome/browser/android/webapps/add_to_homescreen_dialog_helper.h

Issue 1310223002: webapps: initial addition of splash screen icon downloading (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@webapps-database-exp
Patch Set: Fix compile Created 5 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/android/webapps/add_to_homescreen_dialog_helper.h
diff --git a/chrome/browser/android/webapps/add_to_homescreen_dialog_helper.h b/chrome/browser/android/webapps/add_to_homescreen_dialog_helper.h
index 448c5c12d680f6ec6225778a26bede369284e47c..06519a15fdd3a522aa889db234869d39311fcca8 100644
--- a/chrome/browser/android/webapps/add_to_homescreen_dialog_helper.h
+++ b/chrome/browser/android/webapps/add_to_homescreen_dialog_helper.h
@@ -31,7 +31,9 @@ class AddToHomescreenDialogHelper :
public:
AddToHomescreenDialogHelper(JNIEnv* env,
jobject obj,
- content::WebContents* web_contents);
+ content::WebContents* web_contents,
+ int ideal_splash_image_size_in_dp,
+ int ideal_icon_size_in_dp);
// Called by the Java counterpart to destroy its native half.
void Destroy(JNIEnv* env, jobject obj);

Powered by Google App Engine
This is Rietveld 408576698