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

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

Issue 1314413004: Cast ChromeShell into the fiery pit of Mount Doom. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed chrome_android_paks.gypi and package_name business Created 5 years, 3 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
(Empty)
1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- The attributes in this XML file provide configuration information -->
3 <!-- for the SyncAdapter. -->
4
5 <sync-adapter xmlns:android="http://schemas.android.com/apk/res/android"
6 android:contentAuthority="org.chromium.chrome.shell"
7 android:accountType="com.google"
8 />
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698