Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(43)

Side by Side Diff: chrome/test/test_browser_window.h

Issue 62131: Ask for user confirmation when closing a browser with in-progress downloads (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/views/frame/browser_view.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2006-2009 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2006-2009 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_TEST_TEST_BROWSER_WINDOW_H_ 5 #ifndef CHROME_TEST_TEST_BROWSER_WINDOW_H_
6 #define CHROME_TEST_TEST_BROWSER_WINDOW_H_ 6 #define CHROME_TEST_TEST_BROWSER_WINDOW_H_
7 7
8 #include "chrome/browser/browser.h" 8 #include "chrome/browser/browser.h"
9 #include "chrome/browser/browser_window.h" 9 #include "chrome/browser/browser_window.h"
10 #include "chrome/browser/views/tabs/tab_strip.h" 10 #include "chrome/browser/views/tabs/tab_strip.h"
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 virtual void ShowAboutChromeDialog() {} 52 virtual void ShowAboutChromeDialog() {}
53 virtual void ShowBookmarkManager() {} 53 virtual void ShowBookmarkManager() {}
54 virtual void ShowBookmarkBubble(const GURL& url, bool already_bookmarked) {} 54 virtual void ShowBookmarkBubble(const GURL& url, bool already_bookmarked) {}
55 virtual void ShowReportBugDialog() {} 55 virtual void ShowReportBugDialog() {}
56 virtual void ShowClearBrowsingDataDialog() {} 56 virtual void ShowClearBrowsingDataDialog() {}
57 virtual void ShowImportDialog() {} 57 virtual void ShowImportDialog() {}
58 virtual void ShowSearchEnginesDialog() {} 58 virtual void ShowSearchEnginesDialog() {}
59 virtual void ShowPasswordManager() {} 59 virtual void ShowPasswordManager() {}
60 virtual void ShowSelectProfileDialog() {} 60 virtual void ShowSelectProfileDialog() {}
61 virtual void ShowNewProfileDialog() {} 61 virtual void ShowNewProfileDialog() {}
62 virtual void ConfirmBrowserCloseWithPendingDownloads() {}
62 virtual void ShowHTMLDialog(HtmlDialogUIDelegate* delegate, 63 virtual void ShowHTMLDialog(HtmlDialogUIDelegate* delegate,
63 void* parent_window) {} 64 void* parent_window) {}
64 protected: 65 protected:
65 virtual void DestroyBrowser() {} 66 virtual void DestroyBrowser() {}
66 67
67 private: 68 private:
68 TabStrip tab_strip_; 69 TabStrip tab_strip_;
69 70
70 TestLocationBar location_bar_; 71 TestLocationBar location_bar_;
71 72
72 DISALLOW_COPY_AND_ASSIGN(TestBrowserWindow); 73 DISALLOW_COPY_AND_ASSIGN(TestBrowserWindow);
73 }; 74 };
74 75
75 #endif // CHROME_TEST_TEST_BROWSER_WINDOW_H_ 76 #endif // CHROME_TEST_TEST_BROWSER_WINDOW_H_
OLDNEW
« no previous file with comments | « chrome/browser/views/frame/browser_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698