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

Unified Diff: chrome/browser/ui/views/extensions/extension_install_dialog_view.h

Issue 816223008: Update UI for WebStore bundle installs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bundles_api
Patch Set: style fix Created 5 years, 8 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/views/extensions/extension_install_dialog_view.h
diff --git a/chrome/browser/ui/views/extensions/extension_install_dialog_view.h b/chrome/browser/ui/views/extensions/extension_install_dialog_view.h
index c904edd9a108307787af6c2530086c1cdffca20c..4d97b5048c5a9e4b7b5831b922b3c761203f49a0 100644
--- a/chrome/browser/ui/views/extensions/extension_install_dialog_view.h
+++ b/chrome/browser/ui/views/extensions/extension_install_dialog_view.h
@@ -147,6 +147,15 @@ class BulletedView : public views::View {
DISALLOW_COPY_AND_ASSIGN(BulletedView);
};
+// A simple view that prepends a view with an icon with the help of a grid
+// layout.
+class IconedView : public views::View {
+ public:
+ IconedView(views::View* view, const gfx::ImageSkia& image);
+ private:
+ DISALLOW_COPY_AND_ASSIGN(IconedView);
+};
+
// A view to display text with an expandable details section.
class ExpandableContainerView : public views::View,
public views::ButtonListener,

Powered by Google App Engine
This is Rietveld 408576698