Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(789)

Unified Diff: chrome/common/temp_scaffolding_stubs.cc

Issue 113123: Fleshes out WidgetGTK and WindowGTK a bit more. This is still vary... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/temp_scaffolding_stubs.cc
===================================================================
--- chrome/common/temp_scaffolding_stubs.cc (revision 15583)
+++ chrome/common/temp_scaffolding_stubs.cc (working copy)
@@ -269,12 +269,6 @@
return NULL;
}
-views::Window* CreateInputWindow(gfx::NativeWindow parent_hwnd,
- InputWindowDelegate* delegate) {
- NOTIMPLEMENTED();
- return new views::Window();
-}
-
namespace download_util {
void DragDownload(const DownloadItem* download, SkBitmap* icon) {

Powered by Google App Engine
This is Rietveld 408576698