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

Unified Diff: chrome/android/shell/java/AndroidManifest.xml.jinja2

Issue 1025403002: [Sync] PassphraseActivity: unregister for sync events when paused. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove ChromeActivityTestBase and rename FakeProfileSyncService. Created 5 years, 8 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 | « chrome/android/javatests/src/org/chromium/chrome/browser/sync/ui/PassphraseActivityTest.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/shell/java/AndroidManifest.xml.jinja2
diff --git a/chrome/android/shell/java/AndroidManifest.xml.jinja2 b/chrome/android/shell/java/AndroidManifest.xml.jinja2
index 212b264f7a59ee65f44d1360f2655bbc44a8778e..d160d7c2813b87492574f32b7374dc97203bf456 100644
--- a/chrome/android/shell/java/AndroidManifest.xml.jinja2
+++ b/chrome/android/shell/java/AndroidManifest.xml.jinja2
@@ -65,6 +65,9 @@
android:label="@string/preferences"
android:exported="false">
</activity>
+ <activity android:name="org.chromium.chrome.browser.sync.ui.PassphraseActivity"
+ android:theme="@style/PreferencesTheme">
+ </activity>
<!-- The following service entries exist in order to allow us to
start more than one sandboxed process. -->
« no previous file with comments | « chrome/android/javatests/src/org/chromium/chrome/browser/sync/ui/PassphraseActivityTest.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698