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

Unified Diff: chrome/browser/importer/external_process_importer_bridge.cc

Issue 11305021: Added feature to import Autofill entires from Firefox 3+ into Chrome. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Adding feature to import autofill entires from Firefox to Chromium Created 8 years, 1 month 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/importer/external_process_importer_bridge.cc
===================================================================
--- chrome/browser/importer/external_process_importer_bridge.cc (revision 168404)
+++ chrome/browser/importer/external_process_importer_bridge.cc (working copy)
@@ -119,6 +119,11 @@
Send(new ProfileImportProcessHostMsg_NotifyPasswordFormReady(form));
}
+void ExternalProcessImporterBridge::SetAutofillItems(
+ const std::vector<importer::ImportedAutofillEntry>& entries) {
+ NOTIMPLEMENTED();
Ilya Sherman 2012/12/05 00:09:12 nit: Please file a bug to implement this and annot
+}
+
void ExternalProcessImporterBridge::NotifyStarted() {
Send(new ProfileImportProcessHostMsg_Import_Started());
}

Powered by Google App Engine
This is Rietveld 408576698