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

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

Issue 11245004: [content shell] link against the TestRunner library (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: patch for landing Created 8 years, 2 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
« no previous file with comments | « content/content_shell.gypi ('k') | content/public/renderer/render_view_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/renderer/render_view.h
diff --git a/content/public/renderer/render_view.h b/content/public/renderer/render_view.h
index a1284456583cf0d2a00d706d5c7a6215e93efc45..aaa719c0975476fe4f00fa487767fb578d727872 100644
--- a/content/public/renderer/render_view.h
+++ b/content/public/renderer/render_view.h
@@ -146,6 +146,11 @@ class CONTENT_EXPORT RenderView : public IPC::Sender {
// passed in.
virtual void Repaint(const gfx::Size& size) = 0;
+ // Inject edit commands to be used for the next keyboard event.
+ virtual void SetEditCommandForNextKeyEvent(const std::string& name,
+ const std::string& value) = 0;
+ virtual void ClearEditCommands() = 0;
+
protected:
virtual ~RenderView() {}
};
« no previous file with comments | « content/content_shell.gypi ('k') | content/public/renderer/render_view_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698