Index: chrome/common/temp_scaffolding_stubs.h |
=================================================================== |
--- chrome/common/temp_scaffolding_stubs.h (revision 15583) |
+++ chrome/common/temp_scaffolding_stubs.h (working copy) |
@@ -234,11 +234,13 @@ |
class MenuDelegate { |
}; |
+#if !defined(OS_LINUX) |
class Window { |
public: |
void Show() { NOTIMPLEMENTED(); } |
virtual void Close() { NOTIMPLEMENTED(); } |
}; |
+#endif |
} // namespace views |
@@ -277,9 +279,6 @@ |
void AppendDelegateMenuItem(int item_id) { NOTIMPLEMENTED(); } |
}; |
-views::Window* CreateInputWindow(gfx::NativeWindow parent_hwnd, |
- InputWindowDelegate* delegate); |
- |
class BookmarkManagerView { |
public: |
static BookmarkManagerView* current() { |