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

Unified Diff: content/public/renderer/render_frame.h

Issue 1488093002: autofill: save pasted passwords on Mac (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: don't always quit the runloop on text changes Created 5 years 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: content/public/renderer/render_frame.h
diff --git a/content/public/renderer/render_frame.h b/content/public/renderer/render_frame.h
index 82caa92217e6e281ab5d77b9bed2b0ab8c53105a..2011c4e694752e658a26e4f7a9c0c2feb724a7d6 100644
--- a/content/public/renderer/render_frame.h
+++ b/content/public/renderer/render_frame.h
@@ -189,6 +189,9 @@ class CONTENT_EXPORT RenderFrame : public IPC::Listener,
// Whether or not this frame is using Lo-Fi.
virtual bool IsUsingLoFi() const = 0;
+ // Whether or not this frame is currently pasting.
+ virtual bool IsPasting() const = 0;
+
protected:
~RenderFrame() override {}
« no previous file with comments | « components/autofill/core/browser/autofill_manager_test_delegate.h ('k') | content/renderer/render_frame_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698