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

Unified Diff: components/autofill/ios/browser/autofill_field_trial_ios.h

Issue 1446473002: Enable compilation of //components/autofill on iOS with gn. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@os_crypt
Patch Set: Created 5 years, 1 month 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/ios/browser/autofill_field_trial_ios.h
diff --git a/components/autofill/ios/browser/autofill_field_trial_ios.h b/components/autofill/ios/browser/autofill_field_trial_ios.h
deleted file mode 100644
index cb5d3cb9fdffa8f97247c19d42856f39b807a376..0000000000000000000000000000000000000000
--- a/components/autofill/ios/browser/autofill_field_trial_ios.h
+++ /dev/null
@@ -1,28 +0,0 @@
-// Copyright 2015 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.
-
-#ifndef COMPONENTS_AUTOFILL_IOS_BROWSER_AUTOFILL_FIELD_TRIAL_IOS_H_
-#define COMPONENTS_AUTOFILL_IOS_BROWSER_AUTOFILL_FIELD_TRIAL_IOS_H_
-
-#include "base/macros.h"
-
-namespace autofill {
-
-// This class manages the iOS Autofill field trials.
-class AutofillFieldTrialIOS {
- public:
- // Returns whether the user is in a full-form Autofill field trial. Full-form
- // Autofill fills all fields of the form at once, similar to the desktop and
- // Clank Autofill implementations. Previous iOS implementation requires user
- // to select an Autofill value for each field individually, automatically
- // advancing focus to the next field after each selection.
- static bool IsFullFormAutofillEnabled();
-
- private:
- DISALLOW_IMPLICIT_CONSTRUCTORS(AutofillFieldTrialIOS);
-};
-
-} // namespace autofill
-
-#endif // COMPONENTS_AUTOFILL_IOS_BROWSER_AUTOFILL_FIELD_TRIAL_IOS_H_
« no previous file with comments | « components/autofill/ios/browser/BUILD.gn ('k') | components/autofill/ios/browser/autofill_field_trial_ios.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698