| Index: chrome/test/live_sync/live_sessions_sync_test.h
|
| diff --git a/chrome/test/live_sync/live_sessions_sync_test.h b/chrome/test/live_sync/live_sessions_sync_test.h
|
| index bd7faa1d2a08cf5e7a2202a415907164b3e13318..10b5c7815326286f20a866cede72b07943e4f169 100644
|
| --- a/chrome/test/live_sync/live_sessions_sync_test.h
|
| +++ b/chrome/test/live_sync/live_sessions_sync_test.h
|
| @@ -115,6 +115,10 @@ class LiveSessionsSyncTest : public LiveSyncTest {
|
| // has this url.
|
| bool ModelAssociatorHasTabWithUrl(int index, const GURL& url);
|
|
|
| + // Stores a pointer to the local session for a given profile in |session|.
|
| + // Returns true on success, false on failure.
|
| + bool GetLocalSession(int index, const SyncedSession** session);
|
| +
|
| // Clean up our mess.
|
| virtual void CleanUpOnMainThread();
|
|
|
|
|