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

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

Issue 145153002: Make sideloaded (externally installed) extensions display webstore info (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ChromeOS fix Created 6 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
Index: chrome/browser/ui/cocoa/extensions/extension_install_view_controller.h
diff --git a/chrome/browser/ui/cocoa/extensions/extension_install_view_controller.h b/chrome/browser/ui/cocoa/extensions/extension_install_view_controller.h
index 3ba72926bf3e5e8f21ffb11ab139cfc5e8e983e0..b501355f2d8f848337f13a6813d2f039e973e753 100644
--- a/chrome/browser/ui/cocoa/extensions/extension_install_view_controller.h
+++ b/chrome/browser/ui/cocoa/extensions/extension_install_view_controller.h
@@ -34,7 +34,8 @@ class PageNavigator;
// display.
IBOutlet NSOutlineView* outlineView_;
- // Present only in the inline install dialog.
+ // Present only in the install dialogs with webstore data (inline and
+ // external).
IBOutlet NSBox* warningsSeparator_; // Only when there are permissions.
IBOutlet NSView* ratingStars_;
IBOutlet NSTextField* ratingCountField_;

Powered by Google App Engine
This is Rietveld 408576698