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

Unified Diff: chrome/browser/ui/views/desktop_capture/desktop_media_picker_views.h

Issue 1990053002: Desktop Capture Picker New UI: Non Mac Appearance Change (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Nit fixes Created 4 years, 7 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/desktop_capture/desktop_media_picker_views.h
diff --git a/chrome/browser/ui/views/desktop_capture/desktop_media_picker_views.h b/chrome/browser/ui/views/desktop_capture/desktop_media_picker_views.h
index 650292578e6ce7b4a91f430f35851e7c52d05cd8..41ccd18e6a62687294ea9da386c8f1e2d2f2f419 100644
--- a/chrome/browser/ui/views/desktop_capture/desktop_media_picker_views.h
+++ b/chrome/browser/ui/views/desktop_capture/desktop_media_picker_views.h
@@ -68,16 +68,6 @@ class DesktopMediaPickerDialogView : public views::DialogDelegateView,
content::DesktopMediaID::Type source_type) const;
views::TabbedPane* GetPaneForTesting() const;
- static const int kThumbnailWidth = 160;
- static const int kThumbnailHeight = 100;
- static const int kThumbnailMargin = 10;
- static const int kLabelHeight = 40;
- static const int kListItemWidth = kThumbnailMargin * 2 + kThumbnailWidth;
- static const int kListItemHeight =
- kThumbnailMargin * 2 + kThumbnailHeight + kLabelHeight;
- static const int kListColumns = 3;
- static const int kTotalListWidth = kListColumns * kListItemWidth;
-
private:
void SwitchSourceType(int index);

Powered by Google App Engine
This is Rietveld 408576698