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

Unified Diff: chrome/browser/sync/test/integration/sync_test.h

Issue 165393010: Draft: Moving code out of ProfileSyncServiceHarness (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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
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 e05fe4a29d897a6ce1a1eeb9878280314f2139cb..34841bb79a5c40bf491f2782089c6f9a37aedca5 100644
--- a/chrome/browser/sync/test/integration/sync_test.h
+++ b/chrome/browser/sync/test/integration/sync_test.h
@@ -224,9 +224,6 @@ class SyncTest : public InProcessBrowserTest {
// Triggers the creation the Synced Bookmarks folder on the server.
void TriggerCreateSyncedBookmarks();
- // Returns the number of default items that every client syncs.
- int NumberOfDefaultSyncItems() const;
-
protected:
// Add custom switches needed for running the test.
virtual void AddTestSwitches(CommandLine* cl);
@@ -387,10 +384,6 @@ class SyncTest : public InProcessBrowserTest {
// The URLFetcherImplFactory instance used to instantiate |fake_factory_|.
scoped_ptr<net::URLFetcherImplFactory> factory_;
- // Number of default entries (as determined by the existing entries at setup
- // time on client 0).
- size_t number_of_default_sync_items_;
-
DISALLOW_COPY_AND_ASSIGN(SyncTest);
};

Powered by Google App Engine
This is Rietveld 408576698