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

Side by Side Diff: android_webview/native/aw_autofill_external_delegate.h

Issue 16212007: Implement the autofill UI for chromium powered android webview. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@issue15097004
Patch Set: move ui files Created 7 years, 6 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
1 // Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef ANDROID_WEBVIEW_BROWSER_AW_AUTOFILL_EXTERNAL_DELEGATE_H_ 5 #ifndef ANDROID_WEBVIEW_BROWSER_AW_AUTOFILL_EXTERNAL_DELEGATE_H_
6 #define ANDROID_WEBVIEW_BROWSER_AW_AUTOFILL_EXTERNAL_DELEGATE_H_ 6 #define ANDROID_WEBVIEW_BROWSER_AW_AUTOFILL_EXTERNAL_DELEGATE_H_
7 7
8 #include "components/autofill/browser/autofill_external_delegate.h" 8 #include "components/autofill/browser/autofill_external_delegate.h"
9 9
10 10
(...skipping 27 matching lines...) Expand all
38 autofill::AutofillManager* autofill_manager); 38 autofill::AutofillManager* autofill_manager);
39 virtual ~AwAutofillExternalDelegate(); 39 virtual ~AwAutofillExternalDelegate();
40 40
41 private: 41 private:
42 DISALLOW_COPY_AND_ASSIGN(AwAutofillExternalDelegate); 42 DISALLOW_COPY_AND_ASSIGN(AwAutofillExternalDelegate);
43 }; 43 };
44 44
45 } // namespace android_webview 45 } // namespace android_webview
46 46
47 #endif // ANDROID_WEBVIEW_BROWSER_AW_AUTOFILL_EXTERNAL_DELEGATE_H_ 47 #endif // ANDROID_WEBVIEW_BROWSER_AW_AUTOFILL_EXTERNAL_DELEGATE_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698