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

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

Issue 1371593002: Move password manager file names into components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed copyrights Created 5 years, 3 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: components/password_manager/core/browser/password_manager_constants.h
diff --git a/components/password_manager/core/browser/password_manager_settings_migration_experiment.h b/components/password_manager/core/browser/password_manager_constants.h
similarity index 52%
copy from components/password_manager/core/browser/password_manager_settings_migration_experiment.h
copy to components/password_manager/core/browser/password_manager_constants.h
index 365f222b48440c7ac0d478eceb023584b736d40b..112ce7cf44810b59dc01c779b519005fea477eab 100644
--- a/components/password_manager/core/browser/password_manager_settings_migration_experiment.h
+++ b/components/password_manager/core/browser/password_manager_constants.h
@@ -2,18 +2,16 @@
// 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_SETTINGS_MIGRATOR_EXPERIMENT_H_
-#define COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_PASSWORD_MANAGER_SETTINGS_MIGRATOR_EXPERIMENT_H_
+#ifndef COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_PASSWORD_MANAGER_CONSTANTS_H_
+#define COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_PASSWORD_MANAGER_CONSTANTS_H_
-namespace password_manager {
+#include "base/files/file_path.h"
-// Returns true if settings migration should be active for the user.
-bool IsSettingsMigrationActive();
+namespace password_manager {
-// Returns true if user participates in the experiment where password manager
-// stops autofilling the credentials when it's off.
-bool IsSettingsBehaviorChangeActive();
+extern const base::FilePath::CharType kAffiliationDatabaseFileName[];
+extern const base::FilePath::CharType kLoginDataFileName[];
} // namespace password_manager
-#endif // COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_PASSWORD_MANAGER_SETTINGS_MIGRATOR_EXPERIMENT_H_
+#endif // COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_PASSWORD_MANAGER_CONSTANTS_H_

Powered by Google App Engine
This is Rietveld 408576698