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

Side by Side Diff: chrome/browser/sync/test/integration/password_manager_setting_migrater_helper.h

Issue 1256803002: [Smart Lock, Prefs reconciliation] Prefs migration logic for desktop platforms. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright (c) 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4 #ifndef CHROME_BROWSER_SYNC_TEST_INTEGRATION_PASSWORD_MANAGER_SETTING_MIGRATER_H ELPER_H_
5 #define CHROME_BROWSER_SYNC_TEST_INTEGRATION_PASSWORD_MANAGER_SETTING_MIGRATER_H ELPER_H_
6
7 namespace base {
8 class FieldTrial;
9 }
10
11 class Profile;
12
13 namespace password_manager_setting_migrater_helper {
14
15 base::FieldTrial* MigrationFieldTrial();
pval...(no longer on Chromium) 2015/09/10 18:03:25 should this method name be prefixed with Get?
melandory 2015/09/10 20:38:43 Done.
16
17 void SendProfileAddNotification(Profile* profile);
pval...(no longer on Chromium) 2015/09/10 18:03:25 add method comments here
melandory 2015/09/10 20:38:43 Done.
18
19 void AssertPrefValuesOnClient(int index,
20 bool new_pref_value,
21 bool old_pref_value);
22
23 } // namespace password_manager_setting_migrater_helper
24
25 #endif // CHROME_BROWSER_SYNC_TEST_INTEGRATION_PASSWORD_MANAGER_SETTING_MIGRATE R_HELPER_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698