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 64a7c108e7cff7cd954f6a3d6223ccebdc6f2b41..01c5217f77452bb6b485a9da78ce50f9f2584510 100644 |
--- a/chrome/browser/ui/autofill/autofill_dialog_view.cc |
+++ b/chrome/browser/ui/autofill/autofill_dialog_view.cc |
@@ -10,9 +10,9 @@ namespace autofill { |
AutofillDialogView::~AutofillDialogView() {} |
-#if !defined(TOOLKIT_VIEWS) && !defined(OS_ANDROID) |
+#if defined(TOOLKIT_GTK) |
// TODO(estade): implement the dialog on other platforms. See |
Evan Stade
2013/04/15 19:04:37
s/other platforms/gtk
groby-ooo-7-16
2013/04/15 22:12:08
Done.
|
-// http://crbug.com/157274 http://crbug.com/157275 |
+// http://crbug.com/157275 |
AutofillDialogView* AutofillDialogView::Create( |
AutofillDialogController* controller) { |
return NULL; |