| Index: chrome/browser/ui/views/harmony/chrome_layout_provider.h
|
| diff --git a/chrome/browser/ui/views/harmony/chrome_layout_provider.h b/chrome/browser/ui/views/harmony/chrome_layout_provider.h
|
| index 1fe25cf55ac59827185aaba46a432b0d6cbcd230..6e70219d82a29137d9028b7258b8be2388aaf910 100644
|
| --- a/chrome/browser/ui/views/harmony/chrome_layout_provider.h
|
| +++ b/chrome/browser/ui/views/harmony/chrome_layout_provider.h
|
| @@ -64,8 +64,8 @@ class ChromeLayoutProvider : public views::LayoutProvider {
|
| static ChromeLayoutProvider* Get();
|
| static std::unique_ptr<views::LayoutProvider> CreateLayoutProvider();
|
|
|
| + // views::LayoutProvider:
|
| int GetDistanceMetric(int metric) const override;
|
| -
|
| const views::TypographyProvider& GetTypographyProvider() const override;
|
|
|
| // Returns the alignment used for control labels in a GridLayout; for example,
|
| @@ -92,10 +92,6 @@ class ChromeLayoutProvider : public views::LayoutProvider {
|
| // TODO(pkasting): Fix callers and remove this.
|
| virtual bool IsHarmonyMode() const;
|
|
|
| - // Returns the preferred width in DIPs for a dialog of the specified |width|.
|
| - // May return 0 if the dialog has no preferred width.
|
| - virtual int GetDialogPreferredWidth(DialogWidth width) const;
|
| -
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(ChromeLayoutProvider);
|
| };
|
|
|