Commit 946d80b3 authored by Chris Pickel's avatar Chris Pickel Committed by Commit Bot

Rename to ContentSuggestionsNotifier in manifest

I renamed the class, but forgot to change the manifest, and the class
became incapable of receiving intents.

Bug: 764646
Change-Id: Ie6128bd2ea07c0b0d0eb8eefc1d17b1354911c30
Reviewed-on: https://chromium-review.googlesource.com/663730Reviewed-by: default avatarBernhard Bauer <bauerb@chromium.org>
Commit-Queue: Chris Pickel <sfiera@chromium.org>
Cr-Commit-Position: refs/heads/master@{#501605}
parent 9ca5963f
...@@ -1004,11 +1004,11 @@ android:value="true" /> ...@@ -1004,11 +1004,11 @@ android:value="true" />
</intent-filter> </intent-filter>
</receiver> </receiver>
<receiver android:name="org.chromium.chrome.browser.ntp.ContentSuggestionsNotificationHelper$OpenUrlReceiver" <receiver android:name="org.chromium.chrome.browser.ntp.ContentSuggestionsNotifier$OpenUrlReceiver"
android:exported="false"/> android:exported="false"/>
<receiver android:name="org.chromium.chrome.browser.ntp.ContentSuggestionsNotificationHelper$DeleteReceiver" <receiver android:name="org.chromium.chrome.browser.ntp.ContentSuggestionsNotifier$DeleteReceiver"
android:exported="false"/> android:exported="false"/>
<receiver android:name="org.chromium.chrome.browser.ntp.ContentSuggestionsNotificationHelper$TimeoutReceiver" <receiver android:name="org.chromium.chrome.browser.ntp.ContentSuggestionsNotifier$TimeoutReceiver"
android:exported="false"/> android:exported="false"/>
<service android:name="org.chromium.chrome.browser.media.MediaCaptureNotificationService" <service android:name="org.chromium.chrome.browser.media.MediaCaptureNotificationService"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment