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

Side by Side Diff: ui/views/controls/webview/web_dialog_view.h

Issue 10837112: Add WebContents* to some more WebContentsDelegate methods (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 8 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 | Annotate | Revision Log
« no previous file with comments | « content/shell/shell_mac.mm ('k') | ui/views/controls/webview/web_dialog_view.cc » ('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) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 UI_VIEWS_CONTROLS_WEBVIEW_WEB_DIALOG_VIEW_H_ 5 #ifndef UI_VIEWS_CONTROLS_WEBVIEW_WEB_DIALOG_VIEW_H_
6 #define UI_VIEWS_CONTROLS_WEBVIEW_WEB_DIALOG_VIEW_H_ 6 #define UI_VIEWS_CONTROLS_WEBVIEW_WEB_DIALOG_VIEW_H_
7 7
8 #include <string> 8 #include <string>
9 #include <vector> 9 #include <vector>
10 10
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 virtual void OnCloseContents(content::WebContents* source, 89 virtual void OnCloseContents(content::WebContents* source,
90 bool* out_close_dialog) OVERRIDE; 90 bool* out_close_dialog) OVERRIDE;
91 virtual bool ShouldShowDialogTitle() const OVERRIDE; 91 virtual bool ShouldShowDialogTitle() const OVERRIDE;
92 virtual bool HandleContextMenu( 92 virtual bool HandleContextMenu(
93 const content::ContextMenuParams& params) OVERRIDE; 93 const content::ContextMenuParams& params) OVERRIDE;
94 94
95 // Overridden from content::WebContentsDelegate: 95 // Overridden from content::WebContentsDelegate:
96 virtual void MoveContents(content::WebContents* source, 96 virtual void MoveContents(content::WebContents* source,
97 const gfx::Rect& pos) OVERRIDE; 97 const gfx::Rect& pos) OVERRIDE;
98 virtual void HandleKeyboardEvent( 98 virtual void HandleKeyboardEvent(
99 content::WebContents* source,
99 const content::NativeWebKeyboardEvent& event) OVERRIDE; 100 const content::NativeWebKeyboardEvent& event) OVERRIDE;
100 virtual void CloseContents(content::WebContents* source) OVERRIDE; 101 virtual void CloseContents(content::WebContents* source) OVERRIDE;
101 virtual content::WebContents* OpenURLFromTab( 102 virtual content::WebContents* OpenURLFromTab(
102 content::WebContents* source, 103 content::WebContents* source,
103 const content::OpenURLParams& params) OVERRIDE; 104 const content::OpenURLParams& params) OVERRIDE;
104 virtual void AddNewContents(content::WebContents* source, 105 virtual void AddNewContents(content::WebContents* source,
105 content::WebContents* new_contents, 106 content::WebContents* new_contents,
106 WindowOpenDisposition disposition, 107 WindowOpenDisposition disposition,
107 const gfx::Rect& initial_pos, 108 const gfx::Rect& initial_pos,
108 bool user_gesture) OVERRIDE; 109 bool user_gesture) OVERRIDE;
(...skipping 17 matching lines...) Expand all
126 ui::WebDialogDelegate* delegate_; 127 ui::WebDialogDelegate* delegate_;
127 128
128 views::WebView* web_view_; 129 views::WebView* web_view_;
129 130
130 DISALLOW_COPY_AND_ASSIGN(WebDialogView); 131 DISALLOW_COPY_AND_ASSIGN(WebDialogView);
131 }; 132 };
132 133
133 } // namespace views 134 } // namespace views
134 135
135 #endif // UI_VIEWS_CONTROLS_WEBVIEW_WEB_DIALOG_VIEW_H_ 136 #endif // UI_VIEWS_CONTROLS_WEBVIEW_WEB_DIALOG_VIEW_H_
OLDNEW
« no previous file with comments | « content/shell/shell_mac.mm ('k') | ui/views/controls/webview/web_dialog_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698