Chromium Code Reviews| Index: chrome/android/shell/java/AndroidManifest.xml |
| diff --git a/chrome/android/shell/java/AndroidManifest.xml b/chrome/android/shell/java/AndroidManifest.xml |
| index 21e4925c54fd89588befec3ee1bc759062ac154e..aceed0cd431a663905e00fa6d489161324c0a006 100644 |
| --- a/chrome/android/shell/java/AndroidManifest.xml |
| +++ b/chrome/android/shell/java/AndroidManifest.xml |
| @@ -233,5 +233,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> |