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

Unified Diff: chrome/browser/android/shortcut_helper.h

Issue 2720403002: Rename ShortcutHelper::FetchSplashScreenImage() parameters to reflect correct units (Closed)
Patch Set: Created 3 years, 10 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/shortcut_helper.h
diff --git a/chrome/browser/android/shortcut_helper.h b/chrome/browser/android/shortcut_helper.h
index 8667d2a89647b0f48b19f919d7d39d62749e6bb0..7a30fd3f0f8bdf2f15ef6fbd464371c70aed0343 100644
--- a/chrome/browser/android/shortcut_helper.h
+++ b/chrome/browser/android/shortcut_helper.h
@@ -77,8 +77,8 @@ class ShortcutHelper {
// passed as a closure to that method.
static void FetchSplashScreenImage(content::WebContents* web_contents,
const GURL& image_url,
- const int ideal_splash_image_size_in_dp,
- const int minimum_splash_image_size_in_dp,
+ const int ideal_splash_image_size_in_px,
+ const int minimum_splash_image_size_in_px,
const std::string& webapp_id);
// Stores the webapp splash screen in the WebappDataStorage associated with
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698