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

Unified Diff: chrome/browser/ui/cocoa/web_intent_bubble_controller.h

Issue 9148032: [Web Intents] Refactor picker to use WebIntentPickerModel. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: groby's fix Created 8 years, 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/web_intent_bubble_controller.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/cocoa/web_intent_bubble_controller.h
diff --git a/chrome/browser/ui/cocoa/web_intent_bubble_controller.h b/chrome/browser/ui/cocoa/web_intent_bubble_controller.h
index 294eb7ee8ef0ced3896af9d49ecaee757486c5c6..ba202fe2f0c7488b97e59ecf730076c444ff9129 100644
--- a/chrome/browser/ui/cocoa/web_intent_bubble_controller.h
+++ b/chrome/browser/ui/cocoa/web_intent_bubble_controller.h
@@ -25,9 +25,6 @@ class WebIntentPickerCocoa;
// URLs associated with the individual services.
scoped_nsobject<NSArray> serviceURLs_;
- // Default icon to use if no icon is specified.
- scoped_nsobject<NSImage> defaultIcon_;
-
// C++ <-> ObjectiveC bridge. Weak reference.
WebIntentPickerCocoa* picker_;
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/web_intent_bubble_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698