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

/external/chromium/chrome/browser/ui/webui/
H A Dhtml_dialog_tab_contents_delegate_unittest.cc26 class TestTabContentsDelegate : public HtmlDialogTabContentsDelegate { class in namespace:__anon1892
28 explicit TestTabContentsDelegate(Profile* profile) function in class:__anon1892::TestTabContentsDelegate
31 virtual ~TestTabContentsDelegate() {
37 DISALLOW_COPY_AND_ASSIGN(TestTabContentsDelegate);
44 test_tab_contents_delegate_.reset(new TestTabContentsDelegate(profile()));
53 scoped_ptr<TestTabContentsDelegate> test_tab_contents_delegate_;

Completed in 56 milliseconds