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

Unified Diff: chrome/browser/ui/cocoa/intents/web_intent_inline_service_view_controller.h

Issue 11414153: Remove legacy constrained window dialogs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/intents/web_intent_inline_service_view_controller.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/cocoa/intents/web_intent_inline_service_view_controller.h
diff --git a/chrome/browser/ui/cocoa/intents/web_intent_inline_service_view_controller.h b/chrome/browser/ui/cocoa/intents/web_intent_inline_service_view_controller.h
index 1c41e0fc98801f8e0d999ac1ff4e58031a221922..7a7ac11a8ec0185b97a41a9011c158549422633a 100644
--- a/chrome/browser/ui/cocoa/intents/web_intent_inline_service_view_controller.h
+++ b/chrome/browser/ui/cocoa/intents/web_intent_inline_service_view_controller.h
@@ -16,12 +16,12 @@ namespace content {
class WebContents;
}
class WebIntentInlineDispositionDelegate;
-class WebIntentPickerCocoa2;
+class WebIntentPickerCocoa;
// The inline service view shows a web view for a given service.
@interface WebIntentInlineServiceViewController : WebIntentViewController {
@private
- WebIntentPickerCocoa2* picker_; // weak
+ WebIntentPickerCocoa* picker_; // weak
scoped_nsobject<NSImageView> serviceIconImageView_;
scoped_nsobject<NSTextField> serviceNameTextField_;
scoped_nsobject<NSButton> chooseServiceButton_;
@@ -34,7 +34,7 @@ class WebIntentPickerCocoa2;
scoped_ptr<WebIntentInlineDispositionDelegate> delegate_;
}
-- (id)initWithPicker:(WebIntentPickerCocoa2*)picker;
+- (id)initWithPicker:(WebIntentPickerCocoa*)picker;
- (NSButton*)chooseServiceButton;
- (content::WebContents*)webContents;
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/intents/web_intent_inline_service_view_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698