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

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

Issue 1182083005: Re-engineer edit screen in enhanced bookmark (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove description code in native, use new UI wedgit Created 5 years, 6 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
Index: chrome/android/java_staging/AndroidManifest.xml
diff --git a/chrome/android/java_staging/AndroidManifest.xml b/chrome/android/java_staging/AndroidManifest.xml
index 46a755f5c2415008077f25255c1965d262551766..0027380b9300be87eeb6db6d8b447c572c19ed77 100644
--- a/chrome/android/java_staging/AndroidManifest.xml
+++ b/chrome/android/java_staging/AndroidManifest.xml
@@ -279,8 +279,9 @@ by a child template that "extends" this file.
android:windowSoftInputMode="stateHidden"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|mcc|mnc" >
</activity>
- <activity android:name="org.chromium.chrome.browser.enhancedbookmarks.EnhancedBookmarkDetailActivity"
+ <activity android:name="org.chromium.chrome.browser.enhancedbookmarks.EnhancedBookmarkEditActivity"
android:theme="@style/EnhancedBookmarkDialogWhite"
+ android:label="@string/edit_bookmark"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|mcc|mnc" >
</activity>
<activity android:name="org.chromium.chrome.browser.enhancedbookmarks.EnhancedBookmarkAddEditFolderActivity"
« no previous file with comments | « chrome/android/java/strings/android_chrome_strings.grd ('k') | chrome/android/java_staging/res/layout/eb_edit.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698