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

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

Issue 1894703002: [Offline pages] Removing offline pages from Bookmarks UI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Marking more methods as visible for testing Created 4 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/BUILD.gn ('k') | chrome/android/java/res/layout/bookmark_edit.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/AndroidManifest.xml
diff --git a/chrome/android/java/AndroidManifest.xml b/chrome/android/java/AndroidManifest.xml
index c3820ddb524bf3218d5aa1b2e7592dee4ced88ae..980279cace086dccad8df43123731a69bb911ec7 100644
--- a/chrome/android/java/AndroidManifest.xml
+++ b/chrome/android/java/AndroidManifest.xml
@@ -347,6 +347,7 @@ by a child template that "extends" this file.
<activity android:name="org.chromium.chrome.browser.bookmarks.BookmarkEditActivity"
android:theme="@style/BookmarkDialogWhite"
android:windowSoftInputMode="stateHidden"
+ android:label="@string/edit_bookmark"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|mcc|mnc|screenLayout|smallestScreenSize">
</activity>
<activity android:name="org.chromium.chrome.browser.bookmarks.BookmarkAddEditFolderActivity"
« no previous file with comments | « chrome/android/BUILD.gn ('k') | chrome/android/java/res/layout/bookmark_edit.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698