Remove com.android.chrome.browser authority

It was added by mistake and it conflicts with Chrome

BUG:22802982
Change-Id: I9d06b76e97e50ffb67287d19f4fd662089a96e11
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>