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

Unified Diff: chrome/browser/android/webapk/webapk_installer.h

Issue 2671853002: Rename best icon to best primary icon in Web app related code. (Closed)
Patch Set: Removing java changes 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 | « chrome/browser/android/shortcut_info.h ('k') | chrome/browser/android/webapk/webapk_installer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/webapk/webapk_installer.h
diff --git a/chrome/browser/android/webapk/webapk_installer.h b/chrome/browser/android/webapk/webapk_installer.h
index 94b807c84969a34cb7da29275da9b040c4b437b6..bfb925f0d7c94f63eb2d7b84d07cb2affb65d77f 100644
--- a/chrome/browser/android/webapk/webapk_installer.h
+++ b/chrome/browser/android/webapk/webapk_installer.h
@@ -52,9 +52,9 @@ class WebApkInstaller : public net::URLFetcherDelegate {
// install the downloaded WebAPK. Calls |callback| once the install completed
// or failed.
static void InstallAsync(content::BrowserContext* context,
- const ShortcutInfo& shortcut_info,
- const SkBitmap& shortcut_icon,
- const FinishCallback& finish_callback);
+ const ShortcutInfo& shortcut_info,
+ const SkBitmap& shortcut_icon,
+ const FinishCallback& finish_callback);
// Creates a self-owned WebApkInstaller instance and talks to the Chrome
// WebAPK server to update a WebAPK on the server and to the Google Play
« no previous file with comments | « chrome/browser/android/shortcut_info.h ('k') | chrome/browser/android/webapk/webapk_installer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698