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

Side by Side Diff: chrome/browser/repost_form_warning_controller.h

Issue 3080031: Delete obviously unneeded forward declarations in chrome/browser/*.h. (Closed)
Patch Set: bah Created 10 years, 4 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
« no previous file with comments | « chrome/browser/remove_rows_table_model.h ('k') | chrome/browser/tab_menu_model.h » ('j') | 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) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 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_BROWSER_REPOST_FORM_WARNING_CONTROLLER_H_ 5 #ifndef CHROME_BROWSER_REPOST_FORM_WARNING_CONTROLLER_H_
6 #define CHROME_BROWSER_REPOST_FORM_WARNING_CONTROLLER_H_ 6 #define CHROME_BROWSER_REPOST_FORM_WARNING_CONTROLLER_H_
7 #pragma once 7 #pragma once
8 8
9 #include "chrome/browser/tab_contents/constrained_window.h" 9 #include "chrome/browser/tab_contents/constrained_window.h"
10 #include "chrome/common/notification_registrar.h" 10 #include "chrome/common/notification_registrar.h"
11 11
12 class NavigationController;
13 class TabContents; 12 class TabContents;
14 13
15 // This class is used to continue or cancel a pending reload when the 14 // This class is used to continue or cancel a pending reload when the
16 // repost form warning is shown. It is owned by the platform-dependent 15 // repost form warning is shown. It is owned by the platform-dependent
17 // |RepostFormWarning{Gtk,Mac,View}| classes. 16 // |RepostFormWarning{Gtk,Mac,View}| classes.
18 class RepostFormWarningController : public NotificationObserver { 17 class RepostFormWarningController : public NotificationObserver {
19 public: 18 public:
20 explicit RepostFormWarningController(TabContents* tab_contents); 19 explicit RepostFormWarningController(TabContents* tab_contents);
21 virtual ~RepostFormWarningController(); 20 virtual ~RepostFormWarningController();
22 21
(...skipping 20 matching lines...) Expand all
43 42
44 // Tab contents, used to continue the reload. 43 // Tab contents, used to continue the reload.
45 TabContents* tab_contents_; 44 TabContents* tab_contents_;
46 45
47 ConstrainedWindow* window_; 46 ConstrainedWindow* window_;
48 47
49 DISALLOW_COPY_AND_ASSIGN(RepostFormWarningController); 48 DISALLOW_COPY_AND_ASSIGN(RepostFormWarningController);
50 }; 49 };
51 50
52 #endif // CHROME_BROWSER_REPOST_FORM_WARNING_CONTROLLER_H_ 51 #endif // CHROME_BROWSER_REPOST_FORM_WARNING_CONTROLLER_H_
OLDNEW
« no previous file with comments | « chrome/browser/remove_rows_table_model.h ('k') | chrome/browser/tab_menu_model.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698