HomeSort by relevance Sort by last modified time
    Searched full:testtabcontentsdelegate (Results 1 - 1 of 1) sorted by null

  /external/chromium/chrome/browser/ui/webui/
html_dialog_tab_contents_delegate_unittest.cc 26 class TestTabContentsDelegate : public HtmlDialogTabContentsDelegate {
28 explicit TestTabContentsDelegate(Profile* profile)
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 57 milliseconds