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

Unified Diff: chrome/browser/ui/passwords/password_bubble_experiment.h

Issue 1133613007: Move password_manager_util and password_bubble_experiment to components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@486739_componentise_experiment_utils_to_ios_sources
Patch Set: Created 5 years, 7 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
Index: chrome/browser/ui/passwords/password_bubble_experiment.h
diff --git a/chrome/browser/ui/passwords/password_bubble_experiment.h b/chrome/browser/ui/passwords/password_bubble_experiment.h
deleted file mode 100644
index 5479c6ac290d47448afc7817dc8c132c4e136bd8..0000000000000000000000000000000000000000
--- a/chrome/browser/ui/passwords/password_bubble_experiment.h
+++ /dev/null
@@ -1,31 +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 CHROME_BROWSER_UI_PASSWORDS_PASSWORD_BUBBLE_EXPERIMENT_H_
-#define CHROME_BROWSER_UI_PASSWORDS_PASSWORD_BUBBLE_EXPERIMENT_H_
-
-#include "base/macros.h"
-#include "components/password_manager/core/browser/password_manager_metrics_util.h"
-
-class PrefService;
-
-namespace sync_driver {
-class SyncService;
-}
-
-namespace password_bubble_experiment {
-
-// Should be called when user dismisses the "Save Password?" dialog. It stores
-// the statistics about interactions with the bubble.
-void RecordBubbleClosed(
- PrefService* prefs,
- password_manager::metrics_util::UIDismissalReason reason);
-
-// Returns true if the password manager should be referred to as Smart Lock.
-// This is only true for signed-in users.
-bool IsSmartLockBrandingEnabled(const sync_driver::SyncService* sync_service);
-
-} // namespace password_bubble_experiment
-
-#endif // CHROME_BROWSER_UI_PASSWORDS_PASSWORD_BUBBLE_EXPERIMENT_H_

Powered by Google App Engine
This is Rietveld 408576698