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

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

Issue 13470023: [autofill] First step towards autofill dialog on OSX. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Manually build dialog Created 7 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 64a7c108e7cff7cd954f6a3d6223ccebdc6f2b41..86f0f4933f6b91bf609fe91ba735b84550678819 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_VIEWS) && !defined(OS_ANDROID) && !defined(OS_MACOSX)
// TODO(estade): implement the dialog on other platforms. See
-// http://crbug.com/157274 http://crbug.com/157275
+// http://crbug.com/157275
AutofillDialogView* AutofillDialogView::Create(
AutofillDialogController* controller) {
return NULL;

Powered by Google App Engine
This is Rietveld 408576698