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

Side by Side Diff: chrome/android/shell_aura/res/xml/syncadapter.xml

Issue 1391893003: NOT FOR REVIEW: Aura on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 unified diff | Download patch
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- The attributes in this XML file provide configuration information --> 2 <!-- The attributes in this XML file provide configuration information -->
3 <!-- for the SyncAdapter. --> 3 <!-- for the SyncAdapter. -->
4 4
5 <sync-adapter xmlns:android="http://schemas.android.com/apk/res/android" 5 <sync-adapter xmlns:android="http://schemas.android.com/apk/res/android"
6 android:contentAuthority="org.chromium.chrome.shell" 6 android:contentAuthority="org.chromium.chrome.shell"
7 android:accountType="com.google" 7 android:accountType="com.google"
8 /> 8 />
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698