Chromium Code Reviews| Index: chrome/android/java/AndroidManifest.xml |
| diff --git a/chrome/android/java/AndroidManifest.xml b/chrome/android/java/AndroidManifest.xml |
| index 0ea5e28c90126b2649a5d7e7350eba41db6deefe..cb91cb6cf5e909eac6c20918e494f14da3556e4e 100644 |
| --- a/chrome/android/java/AndroidManifest.xml |
| +++ b/chrome/android/java/AndroidManifest.xml |
| @@ -550,7 +550,7 @@ by a child template that "extends" this file. |
| android:exported="true" |
| tools:ignore="ExportedService" /> |
| <service android:name="org.chromium.chrome.browser.customtabs.CustomTabsConnectionService" |
| - android:exported="{{ 'true' if channel in ['dev', 'canary', 'default'] else 'false' }}" |
| + android:exported="true" |
|
newt (away)
2015/08/04 23:51:30
funky indentation
|
| tools:ignore="ExportedService"> |
| <intent-filter> |
| <action android:name="android.support.customtabs.action.CustomTabsService" /> |