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

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

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.cc
diff --git a/components/password_manager/core/browser/password_manager_url_collection_experiment.cc b/components/password_manager/core/browser/password_manager_url_collection_experiment.cc
deleted file mode 100644
index b8d66c5e87d38d9a328cc0c149cd260f379546f6..0000000000000000000000000000000000000000
--- a/components/password_manager/core/browser/password_manager_url_collection_experiment.cc
+++ /dev/null
@@ -1,18 +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.
-
-#include "base/prefs/pref_service.h"
-#include "components/password_manager/core/browser/password_manager_url_collection_experiment.h"
-
-namespace password_manager {
-namespace urls_collection_experiment {
-
-bool ShouldShowBubble(PrefService* prefs) {
- // TODO(melandory) Make descision based on Finch experiment.
- // "Do not show" is the default case.
- return false;
-}
-
-} // namespace urls_collection_experiment
-} // namespace password_manager

Powered by Google App Engine
This is Rietveld 408576698