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

Unified Diff: chrome/browser/automation/automation_provider.cc

Issue 2823046: Fix for pyauto AutoFill tests on Leopard. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Created 10 years, 5 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/automation/automation_provider.cc
diff --git a/chrome/browser/automation/automation_provider.cc b/chrome/browser/automation/automation_provider.cc
index 0597f694a06911e325a20e809005ee585a439aa6..d767937c14f569705f86cf7b68b3fdb96b6ffe83 100644
--- a/chrome/browser/automation/automation_provider.cc
+++ b/chrome/browser/automation/automation_provider.cc
@@ -2572,7 +2572,7 @@ void AutomationProvider::FillAutoFillProfile(Browser* browser,
TabContents* tab_contents = browser->GetTabContentsAt(tab_index);
if (tab_contents) {
- PersonalDataManager* pdm = tab_contents->profile()->GetOriginalProfile()
+ PersonalDataManager* pdm = tab_contents->profile()
->GetPersonalDataManager();
if (pdm) {
pdm->OnAutoFillDialogApply(profiles? &autofill_profiles : NULL,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698