| Index: chrome/android/java/AndroidManifest.xml
|
| diff --git a/chrome/android/java/AndroidManifest.xml b/chrome/android/java/AndroidManifest.xml
|
| index 6c77785e780fa02f13647f78f11e8df81dbad471..60d562c7001085164d1d083d97d286b969693f32 100644
|
| --- a/chrome/android/java/AndroidManifest.xml
|
| +++ b/chrome/android/java/AndroidManifest.xml
|
| @@ -647,6 +647,9 @@ by a child template that "extends" this file.
|
|
|
| <service android:name="org.chromium.chrome.browser.omaha.OmahaClient"
|
| android:exported="false"/>
|
| + <service android:name="org.chromium.chrome.browser.incognito.IncognitoNotificationService"
|
| + android:exported="false"/>
|
| +
|
|
|
| <!-- The following service entries exist in order to allow us to
|
| start more than one sandboxed process. -->
|
|
|