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

Unified Diff: chrome/test/live_sync/live_sessions_sync_test.h

Issue 7562020: Sessions sync integration tests: check all windows and tabs when searching for a URL. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: typos Created 9 years, 5 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/test/live_sync/live_sessions_sync_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « no previous file | chrome/test/live_sync/live_sessions_sync_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698