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

Unified Diff: chrome_frame/test/chrome_frame_test_utils.h

Issue 3656002: Rewrite text field context menu tests using accessiblity framework.... (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
« no previous file with comments | « no previous file | chrome_frame/test/chrome_frame_test_utils.cc » ('j') | chrome_frame/test/ui_test.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/test/chrome_frame_test_utils.h
===================================================================
--- chrome_frame/test/chrome_frame_test_utils.h (revision 65066)
+++ chrome_frame/test/chrome_frame_test_utils.h (working copy)
@@ -148,6 +148,13 @@
// Adds the CF meta tag to the html page. Returns true if successful.
bool AddCFMetaTag(std::string* html_data);
+// Get text data from the clipboard.
+std::wstring GetClipboardText();
+
+// Puts the given text data on the clipboard. All previous items on the
+// clipboard are removed.
+void SetClipboardText(const std::wstring& text);
+
// A convenience class to close all open IE windows at the end
// of a scope. It's more convenient to do it this way than to
// explicitly call chrome_frame_test::CloseAllIEWindows at the
« no previous file with comments | « no previous file | chrome_frame/test/chrome_frame_test_utils.cc » ('j') | chrome_frame/test/ui_test.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698