Chromium Code Reviews

Unified Diff: chrome/browser/ui/autofill/autofill_dialog_view.cc

Issue 231733005: Delete the GTK+ port of Chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remerge to ToT Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: chrome/browser/ui/autofill/autofill_dialog_view.cc
diff --git a/chrome/browser/ui/autofill/autofill_dialog_view.cc b/chrome/browser/ui/autofill/autofill_dialog_view.cc
index ac67868f5186f21925654391ceac30ebf78e8f79..7509782f059f3aa9526fb21067543df081e8c683 100644
--- a/chrome/browser/ui/autofill/autofill_dialog_view.cc
+++ b/chrome/browser/ui/autofill/autofill_dialog_view.cc
@@ -10,11 +10,4 @@ namespace autofill {
AutofillDialogView::~AutofillDialogView() {}
-#if defined(TOOLKIT_GTK)
-AutofillDialogView* AutofillDialogView::Create(
- AutofillDialogViewDelegate* delegate) {
- return NULL;
-}
-#endif
-
} // namespace autofill

Powered by Google App Engine