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

Unified Diff: chrome/browser/chromeos/login/default_pinned_apps_field_trial.h

Issue 944433002: Revamp the MigrateBrowserPrefs and MigrateUserPrefs code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: change asserts to expect in setupuserdatadirectory Created 5 years, 10 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/default_pinned_apps_field_trial.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/default_pinned_apps_field_trial.h
diff --git a/chrome/browser/chromeos/login/default_pinned_apps_field_trial.h b/chrome/browser/chromeos/login/default_pinned_apps_field_trial.h
deleted file mode 100644
index 5a1c6aaa0c7c72c888b797a301272dd27e443d8c..0000000000000000000000000000000000000000
--- a/chrome/browser/chromeos/login/default_pinned_apps_field_trial.h
+++ /dev/null
@@ -1,29 +0,0 @@
-// Copyright 2013 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_CHROMEOS_LOGIN_DEFAULT_PINNED_APPS_FIELD_TRIAL_H_
-#define CHROME_BROWSER_CHROMEOS_LOGIN_DEFAULT_PINNED_APPS_FIELD_TRIAL_H_
-
-#include <string>
-
-namespace base {
-class ListValue;
-}
-
-class PrefRegistrySimple;
-class PrefService;
-
-namespace chromeos {
-namespace default_pinned_apps_field_trial {
-
-// Registers a local state that keeps track of users in experiment.
-void RegisterPrefs(PrefRegistrySimple* registry);
-
-// Migrate by removing the old local state.
-void MigratePrefs(PrefService* local_state);
-
-} // namespace default_pinned_apps_field_trial
-} // namespace chromeos
-
-#endif // CHROME_BROWSER_CHROMEOS_LOGIN_DEFAULT_PINNED_APPS_FIELD_TRIAL_H_
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/default_pinned_apps_field_trial.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698