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

Unified Diff: chrome/browser/ui/webui/options/autofill_options_handler.h

Issue 243013004: i18n address editing in chrome://settings/autofillEditAddress. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix windows build. Created 6 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
Index: chrome/browser/ui/webui/options/autofill_options_handler.h
diff --git a/chrome/browser/ui/webui/options/autofill_options_handler.h b/chrome/browser/ui/webui/options/autofill_options_handler.h
index 5d58d2105b525fed10a756531958f7f5eb038308..a98a98639e47456a3d5fba039d179f14d9f44a3e 100644
--- a/chrome/browser/ui/webui/options/autofill_options_handler.h
+++ b/chrome/browser/ui/webui/options/autofill_options_handler.h
@@ -55,6 +55,11 @@ class AutofillOptionsHandler : public OptionsPageUIHandler,
// |args| - A string, the GUID of the address to load.
void LoadAddressEditor(const base::ListValue* args);
+ // Requests input form layout information for a specific country code. Calls
+ // into WebUI with the layout information.
+ // |args| - A string, the country code to load.
+ void LoadAddressEditorComponents(const base::ListValue* args);
+
// Requests profile data for a specific credit card. Calls into WebUI with the
// loaded profile data to open the credit card editor.
// |args| - A string, the GUID of the credit card to load.

Powered by Google App Engine
This is Rietveld 408576698