| Index: content/browser/frame_host/navigator_delegate.h
|
| diff --git a/content/browser/frame_host/navigator_delegate.h b/content/browser/frame_host/navigator_delegate.h
|
| index 79fb7966936040bd680bc2d6d4a3789f0fa135e5..bbf7ac5b84fc64b74d2dafba0e1a38e13c9b8b72 100644
|
| --- a/content/browser/frame_host/navigator_delegate.h
|
| +++ b/content/browser/frame_host/navigator_delegate.h
|
| @@ -125,6 +125,9 @@ class CONTENT_EXPORT NavigatorDelegate {
|
|
|
| // The load progress was changed.
|
| virtual void DidChangeLoadProgress() {}
|
| +
|
| + protected:
|
| + NavigatorDelegate() = default;
|
| };
|
|
|
| } // namspace content
|
|
|