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

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

Issue 1545223002: Switch to standard integer types in chrome/browser/, part 4 of 4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 4 years, 12 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
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_SYNC_TEST_INTEGRATION_APPS_HELPER_H_ 5 #ifndef CHROME_BROWSER_SYNC_TEST_INTEGRATION_APPS_HELPER_H_
6 #define CHROME_BROWSER_SYNC_TEST_INTEGRATION_APPS_HELPER_H_ 6 #define CHROME_BROWSER_SYNC_TEST_INTEGRATION_APPS_HELPER_H_
7 7
8 #include "base/basictypes.h"
9 #include "base/compiler_specific.h" 8 #include "base/compiler_specific.h"
10 #include "chrome/browser/sync/test/integration/sync_test.h" 9 #include "chrome/browser/sync/test/integration/sync_test.h"
11 #include "sync/api/string_ordinal.h" 10 #include "sync/api/string_ordinal.h"
12 11
13 class Profile; 12 class Profile;
14 13
15 namespace apps_helper { 14 namespace apps_helper {
16 15
17 // Returns true iff the profile with index |index| has the same apps (hosted, 16 // Returns true iff the profile with index |index| has the same apps (hosted,
18 // legacy packaged and platform) as the verifier. 17 // legacy packaged and platform) as the verifier.
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 85
87 // Waits until all profiles have the same set of apps. In case verifier profile 86 // Waits until all profiles have the same set of apps. In case verifier profile
88 // is enabled, it waits until all profiles match the verifier. 87 // is enabled, it waits until all profiles match the verifier.
89 // 88 //
90 // Returns false on time out. 89 // Returns false on time out.
91 bool AwaitAllProfilesHaveSameApps(); 90 bool AwaitAllProfilesHaveSameApps();
92 91
93 } // namespace apps_helper 92 } // namespace apps_helper
94 93
95 #endif // CHROME_BROWSER_SYNC_TEST_INTEGRATION_APPS_HELPER_H_ 94 #endif // CHROME_BROWSER_SYNC_TEST_INTEGRATION_APPS_HELPER_H_
OLDNEW
« no previous file with comments | « chrome/browser/sync/sync_ui_util_unittest.cc ('k') | chrome/browser/sync/test/integration/apps_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698