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. --> |