summaryrefslogtreecommitdiffstats
path: root/content/browser/frame_host/navigator.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/frame_host/navigator.cc')
-rw-r--r--content/browser/frame_host/navigator.cc18
1 files changed, 18 insertions, 0 deletions
diff --git a/content/browser/frame_host/navigator.cc b/content/browser/frame_host/navigator.cc
new file mode 100644
index 0000000..4ca26b6
--- /dev/null
+++ b/content/browser/frame_host/navigator.cc
@@ -0,0 +1,18 @@
+// Copyright 2013 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#include "content/browser/frame_host/navigator.h"
+
+#include "content/browser/frame_host/navigator_delegate.h"
+
+namespace content {
+
+Navigator::Navigator(
+ NavigationControllerImpl* nav_controller,
+ NavigatorDelegate* delegate)
+ : controller_(nav_controller),
+ delegate_(delegate) {
+}
+
+} // namespace content