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

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

Issue 2689993002: Refactor the INSTALL_SHORTCUT broadcast code into ChromeShortcutManager (Closed)
Patch Set: Change according to review comments. 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
Index: chrome/browser/android/shortcut_helper.h
diff --git a/chrome/browser/android/shortcut_helper.h b/chrome/browser/android/shortcut_helper.h
index 26a3a10c240316706b2b4e58eb5dec8dddd4701e..0047991181ff2b898741a05b4656d807652005e4 100644
--- a/chrome/browser/android/shortcut_helper.h
+++ b/chrome/browser/android/shortcut_helper.h
@@ -62,9 +62,9 @@ class ShortcutHelper {
const base::Closure& splash_image_callback);
// Adds a shortcut which opens in a browser tab to the launcher.
- static void AddShortcutWithSkBitmap(
- const ShortcutInfo& info,
- const SkBitmap& icon_bitmap);
+ static void AddShortcutWithSkBitmap(const ShortcutInfo& info,
+ const std::string& id,
+ const SkBitmap& icon_bitmap);
// Shows toast notifying user that a WebAPK install is already in progress
// when user tries to queue a new install for the same WebAPK.

Powered by Google App Engine
This is Rietveld 408576698