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

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

Issue 773653002: [Views] Instrument unmasking prompt initial implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove android changes Created 6 years 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/instrument_unmask_prompt_view.cc
diff --git a/chrome/browser/ui/autofill/instrument_unmask_prompt_view.cc b/chrome/browser/ui/autofill/instrument_unmask_prompt_view.cc
index 45003e11168c5c1147815a5a6e6817386030e589..1e62dac38e1a6ad533a83369b6b451a544970c0d 100644
--- a/chrome/browser/ui/autofill/instrument_unmask_prompt_view.cc
+++ b/chrome/browser/ui/autofill/instrument_unmask_prompt_view.cc
@@ -6,7 +6,7 @@
namespace autofill {
-#if !defined(OS_ANDROID)
+#if !defined(OS_ANDROID) && !defined(TOOLKIT_VIEWS)
// static
InstrumentUnmaskPromptView*
InstrumentUnmaskPromptView::CreateAndShow(content::WebContents* web_contents,

Powered by Google App Engine
This is Rietveld 408576698