summaryrefslogtreecommitdiffstats
path: root/chrome/common/temp_scaffolding_stubs.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/temp_scaffolding_stubs.cc')
-rw-r--r--chrome/common/temp_scaffolding_stubs.cc25
1 files changed, 25 insertions, 0 deletions
diff --git a/chrome/common/temp_scaffolding_stubs.cc b/chrome/common/temp_scaffolding_stubs.cc
index 58a7bdc..39371e4 100644
--- a/chrome/common/temp_scaffolding_stubs.cc
+++ b/chrome/common/temp_scaffolding_stubs.cc
@@ -28,7 +28,11 @@
#endif
#if defined(TOOLKIT_VIEWS)
+#include "chrome/browser/bookmarks/bookmark_editor.h"
+#include "chrome/browser/bookmarks/bookmark_manager.h"
+#include "chrome/browser/tab_contents/constrained_window.h"
#include "views/controls/menu/chrome_menu.h"
+#include "views/controls/single_split_view.h"
#endif
class InfoBar;
@@ -412,4 +416,25 @@ wchar_t MenuItemView::GetMnemonic() {
} // namespace views
+ConstrainedWindow* ConstrainedWindow::CreateConstrainedDialog(
+ TabContents* owner,
+ ConstrainedWindowDelegate* delegate) {
+ NOTIMPLEMENTED();
+ return NULL;
+}
+
+void BookmarkEditor::Show(gfx::NativeView parent_window,
+ Profile* profile,
+ const BookmarkNode* parent,
+ const BookmarkNode* node,
+ Configuration configuration,
+ Handler* handler) {
+ NOTIMPLEMENTED();
+}
+
+void BookmarkManager::SelectInTree(Profile* profile, const BookmarkNode* node) {
+}
+void BookmarkManager::Show(Profile* profile) {
+}
+
#endif