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

Side by Side Diff: chrome/browser/autofill/personal_data_manager_android.h

Issue 12282004: Added personal_data_manager android implementation for auto-populating auto-fill on android builds … (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
aurimas (slooooooooow) 2013/02/15 19:08:35 2013
apiccion 2013/02/26 23:51:51 Done.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef CHROME_BROWSER_AUTOFILL_PERSONAL_DATA_MANAGER_ANDROID_H_
6 #define CHROME_BROWSER_AUTOFILL_PERSONAL_DATA_MANAGER_ANDROID_H_
7
8 #include <jni.h>
9
10 bool RegisterPersonalDataManager(JNIEnv* env);
11
12 #endif // CHROME_BROWSER_AUTOFILL_PERSONAL_DATA_MANAGER_ANDROID_H_
13
aurimas (slooooooooow) 2013/02/15 19:16:13 Remove this empty line
apiccion 2013/02/26 23:51:51 Done.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698