am 52f5c3b6: Manual cherry-pick of "Remove com.android.chrome.browser authority"

* commit '52f5c3b6f743d01adac2ad63d3c938f5e5977917':
  Manual cherry-pick of "Remove com.android.chrome.browser authority"
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 91d4700..bd61e9c 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -19,7 +19,7 @@
                  android:icon="@mipmap/ic_launcher_shortcut_browser_bookmark" >
 
         <provider android:name=".BookmarkProvider"
-                  android:authorities="com.android.browser;browser;com.android.chrome.browser"
+                  android:authorities="com.android.browser;browser"
                   android:multiprocess="false"
                   android:exported="true">
         </provider>