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

Side by Side Diff: chrome/browser/ui/views/autofill/card_unmask_prompt_views_shim.cc

Issue 2000863002: MacViews: support Views credit card unmask prompt (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix build break with autofill namespace Created 4 years, 7 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 unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #include "chrome/browser/ui/views/autofill/card_unmask_prompt_views.h"
6
7 namespace autofill {
8
9 CardUnmaskPromptView* CreateCardUnmaskPromptView(
10 CardUnmaskPromptController* controller,
11 content::WebContents* web_contents) {
12 return new CardUnmaskPromptViews(controller, web_contents);
Evan Stade 2016/05/24 18:01:48 imo adding a whole new file for this, especially b
Elly Fong-Jones 2016/05/24 18:08:53 OS_MACOSX is true in mac_views_browser==1 builds,
13 }
14
15 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/autofill/card_unmask_prompt_views.cc ('k') | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698