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

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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
This is Rietveld 408576698