Commit b2a92c63 authored by Jaeyong Bae's avatar Jaeyong Bae Committed by Commit Bot

Remove unused variable in autofill_private_api

This patch means removing variable unused.
string16Container looks like used in legacy code.

Bug: None
Change-Id: I17867cd8c48dd13c1fb46c3376d5424f5ccacf3f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1828665Reviewed-by: default avatarsebsg <sebsg@chromium.org>
Reviewed-by: default avatarSteven Bennetts <stevenjb@chromium.org>
Commit-Queue: Jaeyong Bae <jdragon.bae@gmail.com>
Cr-Commit-Position: refs/heads/master@{#702473}
parent 35050d4b
......@@ -124,10 +124,6 @@ ExtensionFunction::ResponseAction AutofillPrivateSaveAddressFunction::Run() {
? *existing_profile
: autofill::AutofillProfile(base::GenerateGUID(), kSettingsOrigin);
// Strings from JavaScript use UTF-8 encoding. This container is used as an
// intermediate container for functions which require UTF-16 strings.
std::vector<base::string16> string16Container;
if (address->full_names) {
std::string full_name;
if (!address->full_names->empty())
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment