Searched defs:TestingSyncSetupHandler (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/
H A Dsync_setup_handler_unittest.cc248 class TestingSyncSetupHandler : public SyncSetupHandler { class in inherits:SyncSetupHandler
250 TestingSyncSetupHandler(content::WebUI* web_ui, Profile* profile) function in class:TestingSyncSetupHandler
255 virtual ~TestingSyncSetupHandler() {
272 DISALLOW_COPY_AND_ASSIGN(TestingSyncSetupHandler);
312 handler_.reset(new TestingSyncSetupHandler(&web_ui_, profile_.get()));
388 scoped_ptr<TestingSyncSetupHandler> handler_;

Completed in 72 milliseconds