Skip to content

Commit

Permalink
Revert "Download Home : Using startService to perform user-initiated …
Browse files Browse the repository at this point in the history
…action"

This reverts commit 2054f23.

Bug: 761562
Change-Id: Idf037b5fbc1b9f61935c3f91a2472a68b78d7028
Reviewed-on: https://chromium-review.googlesource.com/648229
Reviewed-by: Min Qin <[email protected]>
Commit-Queue: Shakti Sahu <[email protected]>
Cr-Commit-Position: refs/heads/master@{#499364}
  • Loading branch information
Shakti Sahu authored and Commit Bot committed Sep 2, 2017
1 parent 93e92e6 commit d91c990
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1372,7 +1372,7 @@ public void broadcastDownloadAction(DownloadItem downloadItem, String action) {
Intent intent = DownloadNotificationService.buildActionIntent(mContext, action,
LegacyHelpers.buildLegacyContentId(false, downloadItem.getId()),
downloadItem.getDownloadInfo().isOffTheRecord());
mContext.startService(intent);
mContext.sendBroadcast(intent);
}

/**
Expand Down

0 comments on commit d91c990

Please sign in to comment.