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

Unified Diff: chrome/browser/autofill/autofill_external_delegate.cc

Issue 10825324: Start of New Autofill UI for Windows (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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/autofill/autofill_external_delegate.cc
diff --git a/chrome/browser/autofill/autofill_external_delegate.cc b/chrome/browser/autofill/autofill_external_delegate.cc
index a199b06048252b132c5426cffdab26dc74f5e838..6f3469abbacfc76da271c176696ed7789b2ca2c6 100644
--- a/chrome/browser/autofill/autofill_external_delegate.cc
+++ b/chrome/browser/autofill/autofill_external_delegate.cc
@@ -347,7 +347,7 @@ void AutofillExternalDelegate::InsertDataListValues(
// in an autofill_external_delegate_YOUROS.cc. Currently there are
// none, so all platforms use the default.
Ilya Sherman 2012/08/14 05:12:09 nit: Please remove the "Currently there are none s
csharp 2012/08/14 19:06:13 Done.
-#if !defined(OS_ANDROID) && !defined(TOOLKIT_GTK)
+#if !defined(OS_ANDROID) && !defined(TOOLKIT_GTK) && !defined(TOOLKIT_VIEWS)
AutofillExternalDelegate* AutofillExternalDelegate::Create(
TabContents*, AutofillManager*) {

Powered by Google App Engine
This is Rietveld 408576698