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

Unified Diff: chrome/common/url_constants.h

Issue 819193003: Fix list focus after tab key in chrome://settings/autofillEditAddress page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address reviewer comments on patch set 4. Created 5 years, 11 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/common/url_constants.h
diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
index b380edc19dbaff3556dc5a3b327f95001b7ded40..3fac1adfe5e25020734f67122f4d6e33862279f4 100644
--- a/chrome/common/url_constants.h
+++ b/chrome/common/url_constants.h
@@ -309,6 +309,7 @@ extern const char kChromeUIWebRtcLogsHost[];
#endif
// Options sub-pages.
+extern const char kAutofillEditAddressSubPage[];
Dan Beam 2015/01/22 05:38:49 eh, just put this in your test until somewhere in
bondd 2015/01/22 20:23:58 Done.
extern const char kAutofillSubPage[];
extern const char kClearBrowserDataSubPage[];
extern const char kContentSettingsExceptionsSubPage[];

Powered by Google App Engine
This is Rietveld 408576698