Home
last modified time | relevance | path

Searched refs:TestingSyncSetupHandler (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/
Dsync_setup_handler_unittest.cc246 class TestingSyncSetupHandler : public SyncSetupHandler { class
248 TestingSyncSetupHandler(content::WebUI* web_ui, Profile* profile) in TestingSyncSetupHandler() function in TestingSyncSetupHandler
253 virtual ~TestingSyncSetupHandler() { in ~TestingSyncSetupHandler()
270 DISALLOW_COPY_AND_ASSIGN(TestingSyncSetupHandler);
310 handler_.reset(new TestingSyncSetupHandler(&web_ui_, profile_.get())); in SetUp()
388 scoped_ptr<TestingSyncSetupHandler> handler_;