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

Unified Diff: chrome/browser/autofill/autofill_download.h

Issue 11230060: Adding commandline switch and user pref for autofill server url. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More fixes from code review Created 8 years, 2 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/autofill/autofill_download.h
diff --git a/chrome/browser/autofill/autofill_download.h b/chrome/browser/autofill/autofill_download.h
index cb02e008fcced886e30469f91995ae47a6edaf8e..eea41e7827b210f46667dba953d01e8b2776c41a 100644
--- a/chrome/browser/autofill/autofill_download.h
+++ b/chrome/browser/autofill/autofill_download.h
@@ -18,6 +18,7 @@
#include "chrome/browser/autofill/autofill_type.h"
#include "net/url_request/url_fetcher_delegate.h"
+class AutofillDownloadUrl;
class AutofillMetrics;
class FormStructure;
@@ -137,6 +138,8 @@ class AutofillDownloadManager : public net::URLFetcherDelegate {
// Must not be null.
AutofillDownloadManager::Observer* const observer_; // WEAK
+ scoped_ptr<AutofillDownloadUrl> autofill_download_url_;
+
// For each requested form for both query and upload we create a separate
// request and save its info. As url fetcher is identified by its address
// we use a map between fetchers and info.
« no previous file with comments | « no previous file | chrome/browser/autofill/autofill_download.cc » ('j') | chrome/browser/autofill/autofill_download.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698