| Index: chrome/test/live_sync/live_bookmarks_sync_test.h
|
| ===================================================================
|
| --- chrome/test/live_sync/live_bookmarks_sync_test.h (revision 26713)
|
| +++ chrome/test/live_sync/live_bookmarks_sync_test.h (working copy)
|
| @@ -69,7 +69,15 @@
|
| std::string username_;
|
| std::string password_;
|
|
|
| + virtual void SetUpInProcessBrowserTestFixture();
|
| + virtual void TearDownInProcessBrowserTestFixture();
|
| +
|
| private:
|
| + // LiveBookmarksSyncTests need to make live DNS requests for access to
|
| + // GAIA and sync server URLs under google.com. We use a scoped version
|
| + // to override the default resolver while the test is active.
|
| + scoped_ptr<net::ScopedDefaultHostResolverProc> mock_host_resolver_override_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(LiveBookmarksSyncTest);
|
| };
|
|
|
|
|