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

Unified Diff: components/autofill/common/autofill_switches.cc

Issue 16879006: In components/autofill, move common/ to core/common/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase to fix conflict Created 7 years, 6 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 | « components/autofill/common/autofill_switches.h ('k') | components/autofill/common/form_data.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/common/autofill_switches.cc
diff --git a/components/autofill/common/autofill_switches.cc b/components/autofill/common/autofill_switches.cc
deleted file mode 100644
index defb3180ae0092b79924120123237b656ed2c388..0000000000000000000000000000000000000000
--- a/components/autofill/common/autofill_switches.cc
+++ /dev/null
@@ -1,49 +0,0 @@
-// Copyright 2013 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "components/autofill/common/autofill_switches.h"
-
-namespace autofill {
-namespace switches {
-
-// Flag used to tell Chrome the Autochecout whitelist url.
-const char kAutocheckoutWhitelistUrl[] = "autocheckout-whitelist-url";
-
-// Flag used to tell Chrome the base url of the Autofill service.
-const char kAutofillServiceUrl[] = "autofill-service-url";
-
-// Bypass autocheckout whitelist check, so all sites are enabled.
-const char kBypassAutocheckoutWhitelist[] = "bypass-autocheckout-whitelist";
-
-// Disables an interactive autocomplete UI. See kEnableInteractiveAutocomplete
-// for a description.
-const char kDisableInteractiveAutocomplete[] =
- "disable-interactive-autocomplete";
-
-// Enable autofill for new elements like checkboxes. crbug.com/157636
-const char kEnableExperimentalFormFilling[] =
- "enable-experimental-form-filling";
-
-// Enables an interactive autocomplete UI and a way to invoke this UI from
-// WebKit by enabling HTMLFormElement#requestAutocomplete (and associated
-// autocomplete* events and logic).
-const char kEnableInteractiveAutocomplete[] = "enable-interactive-autocomplete";
-
-// Annotates forms with Autofill field type predictions.
-const char kShowAutofillTypePredictions[] = "show-autofill-type-predictions";
-
-// Secure service URL for Online Wallet service. Used as the base url to escrow
-// credit card numbers.
-const char kWalletSecureServiceUrl[] = "wallet-secure-service-url";
-
-// Service URL for Online Wallet service. Used as the base url for Online Wallet
-// API calls.
-const char kWalletServiceUrl[] = "wallet-service-url";
-
-// Enable production Online Wallet service. If this flag is not set, the sandbox
-// service will be used.
-const char kWalletServiceUseProd[] = "wallet-service-use-prod";
-
-} // namespace switches
-} // namespace autofill
« no previous file with comments | « components/autofill/common/autofill_switches.h ('k') | components/autofill/common/form_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698