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

Unified Diff: chrome/browser/ui/cocoa/extensions/extension_installed_bubble_controller.h

Issue 10883008: Port the Extension Install Bubble changes to Mac (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/cocoa/extensions/extension_installed_bubble_controller.h
===================================================================
--- chrome/browser/ui/cocoa/extensions/extension_installed_bubble_controller.h (revision 153463)
+++ chrome/browser/ui/cocoa/extensions/extension_installed_bubble_controller.h (working copy)
@@ -110,6 +110,7 @@
- (void)removePageActionPreviewIfNecessary;
- (NSWindow*)initializeWindow;
+- (NSString*)getResourceIdForExtensionAction;
Nico 2012/08/27 19:08:41 nit: This returns a string, not an Id, so it shoul
- (int)calculateWindowHeight;
- (void)setMessageFrames:(int)newWindowHeight;
- (NSRect)getExtensionInstalledMsgFrame;

Powered by Google App Engine
This is Rietveld 408576698