Index: components/password_manager/core/browser/password_manager_url_collection_experiment.h |
diff --git a/components/password_manager/core/browser/password_manager_url_collection_experiment.h b/components/password_manager/core/browser/password_manager_url_collection_experiment.h |
deleted file mode 100644 |
index 96f7c280bd1aaf0f5110a2375d8954e17912b809..0000000000000000000000000000000000000000 |
--- a/components/password_manager/core/browser/password_manager_url_collection_experiment.h |
+++ /dev/null |
@@ -1,23 +0,0 @@ |
-// Copyright 2014 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_PASSWORD_MANAGER_CORE_BROWSER_PASSWORD_MANAGER_URL_COLLECTION_EXPERIMENT_H_ |
-#define COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_PASSWORD_MANAGER_URL_COLLECTION_EXPERIMENT_H_ |
- |
-class PrefService; |
- |
-// These functions implement the algorithms according to which the "Allow to |
-// collect URL?" bubble is shown to user. |
-namespace password_manager { |
-namespace urls_collection_experiment { |
- |
-// Based on |prefs| and experiment settings, decides whether to show the |
-// "Allow to collect URL?" bubble and should be called before showing it. |
-// The default value is false. |
-bool ShouldShowBubble(PrefService* prefs); |
- |
-} // namespace urls_collection_experiment |
-} // namespace password_manager |
- |
-#endif // COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_PASSWORD_MANAGER_URL_COLLECTION_EXPERIMENT_H_ |