| Index: content/browser/frame_host/navigator.cc
|
| diff --git a/content/browser/frame_host/navigator.cc b/content/browser/frame_host/navigator.cc
|
| index ba3892ede0300fd77a1054be09447176eeed0c98..e106117561c417aad6d2a46a8690728127363f38 100644
|
| --- a/content/browser/frame_host/navigator.cc
|
| +++ b/content/browser/frame_host/navigator.cc
|
| @@ -39,7 +39,7 @@ void Navigator::OnBeginNavigation(
|
|
|
| void Navigator::CommitNavigation(FrameTreeNode* frame_tree_node,
|
| ResourceResponse* response,
|
| - scoped_ptr<StreamHandle> body) {
|
| -}
|
| + scoped_ptr<StreamHandle> body,
|
| + int navigation_provider_id) {}
|
|
|
| } // namespace content
|
|
|