| Index: chrome/browser/sync/test/integration/sync_test.h
|
| diff --git a/chrome/browser/sync/test/integration/sync_test.h b/chrome/browser/sync/test/integration/sync_test.h
|
| index c6680d87a503c04285b1bbb6bfe8fa393d1fbaee..be8b35db728dac2762ece258ad381a8bd194a370 100644
|
| --- a/chrome/browser/sync/test/integration/sync_test.h
|
| +++ b/chrome/browser/sync/test/integration/sync_test.h
|
| @@ -130,6 +130,10 @@ class SyncTest : public InProcessBrowserTest {
|
| // and manages its lifetime.
|
| Profile* GetProfile(int index) WARN_UNUSED_RESULT;
|
|
|
| + // Returns a list of all profiles including the verifier if available. Callee
|
| + // owns the objects and manages its lifetime.
|
| + std::vector<Profile*> GetAllProfiles();
|
| +
|
| // Returns a pointer to a particular browser. Callee owns the object
|
| // and manages its lifetime.
|
| Browser* GetBrowser(int index) WARN_UNUSED_RESULT;
|
|
|