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

Unified Diff: content/browser/accessibility/browser_accessibility_win.h

Issue 10444117: Escape search terms correctly in the path portion of a custom search engine. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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: content/browser/accessibility/browser_accessibility_win.h
===================================================================
--- content/browser/accessibility/browser_accessibility_win.h (revision 139570)
+++ content/browser/accessibility/browser_accessibility_win.h (working copy)
@@ -793,9 +793,6 @@
void IntAttributeToIA2(
WebAccessibility::IntAttribute attribute, const char* ia2_attr);
- // Escape a string like it would be escaped for a URL or HTML form.
- string16 Escape(const string16& str);
-
// Get the text of this node for the purposes of IAccessibleText - it may
// be the name, it may be the value, etc. depending on the role.
const string16& TextForIAccessibleText();
« no previous file with comments | « chrome/browser/search_engines/template_url_unittest.cc ('k') | content/browser/accessibility/browser_accessibility_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698