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

Unified Diff: demos/src/main/AndroidManifest.xml

Issue 1750963002: Update demo with features from support lib 23.2.0 (Closed) Base URL: https://chromium.googlesource.com/external/github.com/GoogleChrome/custom-tabs-client@master
Patch Set: Fix comment on decoding Bitmpa on UI thread Created 4 years, 10 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
« no previous file with comments | « demos/build.gradle ('k') | demos/src/main/java/org/chromium/customtabsdemos/ActionBroadcastReceiver.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: demos/src/main/AndroidManifest.xml
diff --git a/demos/src/main/AndroidManifest.xml b/demos/src/main/AndroidManifest.xml
index ff8829bbd2c98192e087643e5a3648a48b54781a..cbb69838953c7160d3d4795bd7df75e0cd610fcc 100644
--- a/demos/src/main/AndroidManifest.xml
+++ b/demos/src/main/AndroidManifest.xml
@@ -71,7 +71,7 @@
android:name="android.support.PARENT_ACTIVITY"
android:value=".DemoListActivity" />
</activity>
- <receiver android:name=".ShareBroadcastReceiver" />
+ <receiver android:name=".ActionBroadcastReceiver" />
</application>
</manifest>
« no previous file with comments | « demos/build.gradle ('k') | demos/src/main/java/org/chromium/customtabsdemos/ActionBroadcastReceiver.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698