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

Unified Diff: chrome/browser/ui/views/chrome_views_delegate.h

Issue 2505973003: harmony: use Harmony sizing for ViewsDelegate sizing functions (Closed)
Patch Set: move constant Created 4 years, 1 month 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
« no previous file with comments | « no previous file | chrome/browser/ui/views/chrome_views_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/chrome_views_delegate.h
diff --git a/chrome/browser/ui/views/chrome_views_delegate.h b/chrome/browser/ui/views/chrome_views_delegate.h
index a3565713536bc5ab619a47dcadf9cd020efbe4a6..0cc4c4cd1ced862f5f74add042964c97f4692670 100644
--- a/chrome/browser/ui/views/chrome_views_delegate.h
+++ b/chrome/browser/ui/views/chrome_views_delegate.h
@@ -61,6 +61,9 @@ class ChromeViewsDelegate : public views::ViewsDelegate {
#endif
scoped_refptr<base::TaskRunner> GetBlockingPoolTaskRunner() override;
+ gfx::Insets GetDialogButtonInsets() override;
+ int GetDialogRelatedButtonHorizontalSpacing() override;
+
private:
#if defined(OS_WIN)
typedef std::map<HMONITOR, int> AppbarAutohideEdgeMap;
« no previous file with comments | « no previous file | chrome/browser/ui/views/chrome_views_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698