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

Unified Diff: components/autofill/core/browser/autofill_download.h

Issue 196603015: [Autofill] Cleanup: Remove the --autofill-service-url flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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_download.h
diff --git a/components/autofill/core/browser/autofill_download.h b/components/autofill/core/browser/autofill_download.h
index 602934b9d4e2323bf2ceffdbe51af8a36e43fe2f..90b4f8f2fc4d316bba4c598bd298fce75fb0b034 100644
--- a/components/autofill/core/browser/autofill_download.h
+++ b/components/autofill/core/browser/autofill_download.h
@@ -33,7 +33,7 @@ class FormStructure;
// Handles getting and updating Autofill heuristics.
class AutofillDownloadManager : public net::URLFetcherDelegate {
public:
- enum AutofillRequestType {
+ enum RequestType {
REQUEST_QUERY,
REQUEST_UPLOAD,
};
@@ -54,7 +54,7 @@ class AutofillDownloadManager : public net::URLFetcherDelegate {
// |request_type| - type of request that failed.
// |http_error| - HTTP error code.
virtual void OnServerRequestError(const std::string& form_signature,
- AutofillRequestType request_type,
+ RequestType request_type,
int http_error) {}
protected:

Powered by Google App Engine
This is Rietveld 408576698