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

Unified Diff: chrome/browser/cocoa/download_item_controller.h

Issue 245009: L10N pass through download item and download shelf.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 3 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
Index: chrome/browser/cocoa/download_item_controller.h
===================================================================
--- chrome/browser/cocoa/download_item_controller.h (revision 27179)
+++ chrome/browser/cocoa/download_item_controller.h (working copy)
@@ -13,6 +13,7 @@
class DownloadItemMac;
class DownloadShelfContextMenuMac;
@class DownloadShelfController;
+@class GTMWidthBasedTweaker;
// A controller class that manages one download item.
@@ -30,12 +31,16 @@
IBOutlet NSView* dangerousDownloadView_;
IBOutlet NSTextField* dangerousDownloadLabel_;
+ // So we can find out how much the tweaker changed sizes to update the
+ // other views.
+ IBOutlet GTMWidthBasedTweaker* buttonTweaker_;
+
scoped_ptr<DownloadItemMac> bridge_;
scoped_ptr<DownloadShelfContextMenuMac> menuBridge_;
// Weak pointer to the shelf that owns us.
DownloadShelfController* shelf_;
-
+
// The time at which this view was created.
base::Time creationTime_;

Powered by Google App Engine
This is Rietveld 408576698