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

Side by Side Diff: chrome/browser/ui/gtk/web_intent_picker_gtk.h

Issue 8508019: Add a method to the controller to close the picker/service tab when a return value is passed. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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_UI_GTK_WEB_INTENT_PICKER_GTK_H_ 5 #ifndef CHROME_BROWSER_UI_GTK_WEB_INTENT_PICKER_GTK_H_
6 #define CHROME_BROWSER_UI_GTK_WEB_INTENT_PICKER_GTK_H_ 6 #define CHROME_BROWSER_UI_GTK_WEB_INTENT_PICKER_GTK_H_
7 #pragma once 7 #pragma once
8 8
9 #include <vector> 9 #include <vector>
10 10
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 92
93 // A button to close the bubble. 93 // A button to close the bubble.
94 scoped_ptr<CustomDrawButton> close_button_; 94 scoped_ptr<CustomDrawButton> close_button_;
95 95
96 // A weak pointer to the bubble widget. 96 // A weak pointer to the bubble widget.
97 BubbleGtk* bubble_; 97 BubbleGtk* bubble_;
98 98
99 // The browser we're in. 99 // The browser we're in.
100 Browser* browser_; 100 Browser* browser_;
101 101
102 // TabContentsDelegate for the inline disposition dialog.
103 scoped_ptr<InlineDispositionDelegate> inline_disposition_delegate_;
104
105 // Container for the HTML in the inline disposition case. 102 // Container for the HTML in the inline disposition case.
106 scoped_ptr<TabContentsWrapper> inline_disposition_tab_contents_; 103 scoped_ptr<TabContentsWrapper> inline_disposition_tab_contents_;
107 104
108 // Widget for displaying the HTML in the inline disposition case. 105 // Widget for displaying the HTML in the inline disposition case.
109 scoped_ptr<TabContentsContainerGtk> tab_contents_container_; 106 scoped_ptr<TabContentsContainerGtk> tab_contents_container_;
110 107
108 // TabContentsDelegate for the inline disposition dialog.
109 scoped_ptr<InlineDispositionDelegate> inline_disposition_delegate_;
110
111 DISALLOW_COPY_AND_ASSIGN(WebIntentPickerGtk); 111 DISALLOW_COPY_AND_ASSIGN(WebIntentPickerGtk);
112 }; 112 };
113 113
114 #endif // CHROME_BROWSER_UI_GTK_WEB_INTENT_PICKER_GTK_H_ 114 #endif // CHROME_BROWSER_UI_GTK_WEB_INTENT_PICKER_GTK_H_
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/gtk/web_intent_picker_gtk.cc » ('j') | chrome/browser/ui/gtk/web_intent_picker_gtk.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698