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

Unified Diff: components/autofill/core/browser/autofill_driver.h

Issue 309063006: Do not autofill element when there is no autofill suggestion from profile (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 side-by-side diff with in-line comments
Download patch
Index: components/autofill/core/browser/autofill_driver.h
diff --git a/components/autofill/core/browser/autofill_driver.h b/components/autofill/core/browser/autofill_driver.h
index efc5696ccc0b2d4fed3b9dadf67e8a09c99bd01e..6e9953d4310e28e418d4c6c5662bd093a98a270f 100644
--- a/components/autofill/core/browser/autofill_driver.h
+++ b/components/autofill/core/browser/autofill_driver.h
@@ -47,7 +47,7 @@ class AutofillDriver {
// tasks that may block. This pool must live at least as long as the driver.
virtual base::SequencedWorkerPool* GetBlockingPool() = 0;
- // Returns true iff the renderer is available for communication.
+ // Returns true if the renderer is available for communication.
Ilya Sherman 2014/06/02 23:51:00 nit: "iff" was correct -- it stands for "if and on
virtual bool RendererIsAvailable() = 0;
// Forwards |data| to the renderer. |query_id| is the id of the renderer's

Powered by Google App Engine
This is Rietveld 408576698