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

Unified Diff: components/autofill/core/browser/autofill_manager.cc

Issue 2709093006: Adding new shipping address editor view to payment flow. (Closed)
Patch Set: Bot failure fix Created 3 years, 9 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: components/autofill/core/browser/autofill_manager.cc
diff --git a/components/autofill/core/browser/autofill_manager.cc b/components/autofill/core/browser/autofill_manager.cc
index 3b646f2afdcfa316aba2b12dac6af230c7f5b4cd..b13144267eba9f4eb0b2b5d39b280df0a5604bd8 100644
--- a/components/autofill/core/browser/autofill_manager.cc
+++ b/components/autofill/core/browser/autofill_manager.cc
@@ -246,10 +246,8 @@ AutofillManager::AutofillManager(
if (personal_data_ && client_)
personal_data_->OnSyncServiceInitialized(client_->GetSyncService());
-#if defined(OS_ANDROID)
if (personal_data_ && driver_)
personal_data_->SetURLRequestContextGetter(driver_->GetURLRequestContext());
-#endif
}
AutofillManager::~AutofillManager() {}
« no previous file with comments | « chrome/browser/ui/views/payments/view_stack.cc ('k') | components/autofill/core/browser/country_combobox_model.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698