Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3622)

Unified Diff: chrome/android/shell/java/AndroidManifest.xml

Issue 477923002: Merge 284018 "[Android] Add meta-data to point to implementation..." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/2062/src/
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/android/shell/java/AndroidManifest.xml
===================================================================
--- chrome/android/shell/java/AndroidManifest.xml (revision 289888)
+++ chrome/android/shell/java/AndroidManifest.xml (working copy)
@@ -198,5 +198,8 @@
<action android:name="android.accounts.LOGIN_ACCOUNTS_CHANGED" />
</intent-filter>
</receiver>
+ <meta-data android:name="org.chromium.content.browser.SMART_CLIP_PROVIDER"
+ android:value="org.chromium.content.browser.SmartClipProvider" />
+
</application>
</manifest>

Powered by Google App Engine
This is Rietveld 408576698