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

Unified Diff: chrome/android/java/res/values/ids.xml

Issue 2561373002: [Payment Request] Keep selection for edited item when canceling editors (Closed)
Patch Set: now handling the + ADD ITEM case Created 4 years 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 | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/payments/AddressEditor.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/values/ids.xml
diff --git a/chrome/android/java/res/values/ids.xml b/chrome/android/java/res/values/ids.xml
index e1e15dd6d74095bdfe772c29a2c9098bde442d00..89c6e76aefe75fd640aed1453d51b410bc02e798 100644
--- a/chrome/android/java/res/values/ids.xml
+++ b/chrome/android/java/res/values/ids.xml
@@ -67,7 +67,8 @@
<item type="id" name="payments_edit_cancel_button" />
<item type="id" name="payments_edit_done_button" />
<item type="id" name="payments_edit_checkbox" />
-
+ <item type="id" name="payments_open_editor_pencil_button" />
Ian Wen 2016/12/09 22:17:53 Instead of giving it an ID at runtime, why not dec
Mathieu 2016/12/09 22:57:10 Good idea, done
+
<!-- Password update prompt -->
<item type="id" name="password_infobar_accounts_spinner" />
</resources>
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/payments/AddressEditor.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698