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

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

Issue 1694093003: Rename EnhancedBookmarks to Bookmarks, part 2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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 | « WATCHLISTS ('k') | chrome/android/java/res/color/bookmark_drawer_text_color.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 b6e96a56c2556910ee1c72413a1df980df400b7a..6bab1bcc9d6b7e76b3c46b67c4f13f70d809b2b7 100644
--- a/chrome/android/java/AndroidManifest.xml
+++ b/chrome/android/java/AndroidManifest.xml
@@ -278,12 +278,12 @@ by a child template that "extends" this file.
android:exported="true">
</activity>
<activity android:name="org.chromium.chrome.browser.bookmarks.BookmarkActivity"
- android:theme="@style/EnhancedBookmarkDialog"
+ android:theme="@style/BookmarkDialog"
android:windowSoftInputMode="stateAlwaysHidden"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|mcc|mnc" >
</activity>
<activity android:name="org.chromium.chrome.browser.bookmarks.BookmarkAddActivity"
- android:theme="@style/EnhancedBookmarkDialogWhite"
+ android:theme="@style/BookmarkDialogWhite"
android:windowSoftInputMode="stateHidden"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|mcc|mnc" >
<intent-filter>
@@ -292,22 +292,22 @@ by a child template that "extends" this file.
</intent-filter>
</activity>
<activity android:name="org.chromium.chrome.browser.bookmarks.BookmarkEditActivity"
- android:theme="@style/EnhancedBookmarkDialogWhite"
+ android:theme="@style/BookmarkDialogWhite"
android:windowSoftInputMode="stateHidden"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|mcc|mnc" >
</activity>
<activity android:name="org.chromium.chrome.browser.bookmarks.BookmarkAddEditFolderActivity"
- android:theme="@style/EnhancedBookmarkDialogWhite"
+ android:theme="@style/BookmarkDialogWhite"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|mcc|mnc" >
</activity>
<activity android:name="org.chromium.chrome.browser.bookmarks.BookmarkFolderSelectActivity"
- android:theme="@style/EnhancedBookmarkDialogWhite"
+ android:theme="@style/BookmarkDialogWhite"
android:windowSoftInputMode="stateAlwaysHidden"
- android:label="@string/enhanced_bookmark_choose_folder"
+ android:label="@string/bookmark_choose_folder"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|mcc|mnc" >
</activity>
<activity android:name="org.chromium.chrome.browser.bookmarks.BookmarkSigninActivity"
- android:theme="@style/EnhancedBookmarkDialogWhite"
+ android:theme="@style/BookmarkDialogWhite"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|mcc|mnc" >
</activity>
« no previous file with comments | « WATCHLISTS ('k') | chrome/android/java/res/color/bookmark_drawer_text_color.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698