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

Unified Diff: components/password_manager/core/browser/password_manager_url_collection_experiment.h

Issue 777423004: Skeleton code for experiment setup, which will determine should "Allow to collect URL?" bubble be s… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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/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_

Powered by Google App Engine
This is Rietveld 408576698