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

Unified Diff: chrome/browser/autofill/autofill_manager.h

Issue 5322001: Before starting translation reset cache in AutoFillManager. To call Reset() f... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 10 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/autofill/autofill_manager.h
===================================================================
--- chrome/browser/autofill/autofill_manager.h (revision 66919)
+++ chrome/browser/autofill/autofill_manager.h (working copy)
@@ -62,6 +62,7 @@
virtual void OnInfoBarClosed(bool should_save);
// Resets the stored form data.
+ // This methodo is one of RenderViewHostDelegate::AutoFill implementation.
James Hawkins 2010/11/23 19:18:53 Please remove these two comments and move the meth
virtual void Reset();
// AutoFillDownloadManager::Observer implementation:
« no previous file with comments | « no previous file | chrome/browser/renderer_host/render_view_host.cc » ('j') | chrome/browser/renderer_host/render_view_host.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698