| Index: services/navigation/public/cpp/view.h
|
| diff --git a/services/navigation/public/cpp/view.h b/services/navigation/public/cpp/view.h
|
| index 357a93ef99ffff508d9972cc0c5a55da26b9d7c3..59b7a44577ce6f24741041ad0da24f64b1e780b7 100644
|
| --- a/services/navigation/public/cpp/view.h
|
| +++ b/services/navigation/public/cpp/view.h
|
| @@ -66,11 +66,6 @@ class View : public mojom::ViewClient {
|
| void ShowInterstitial(const std::string& html);
|
| void HideInterstitial();
|
|
|
| - // When non-empty, specifies the size of an area in the bottom corner of the
|
| - // View that should allow the enclosing top-level window to be resized via the
|
| - // pointer.
|
| - void SetResizerSize(const gfx::Size& size);
|
| -
|
| // Embed the View visually within |parent|.
|
| void EmbedInWindow(ui::Window* parent);
|
|
|
|
|