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

Unified Diff: base/string_util.h

Issue 192065: Merge 25487 - Strip .plugin off of Mac plugin names when showing the crash in... (Closed) Base URL: svn://chrome-svn/chrome/branches/195/src/
Patch Set: Created 11 years, 3 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 | « no previous file | base/string_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/string_util.h
===================================================================
--- base/string_util.h (revision 25852)
+++ base/string_util.h (working copy)
@@ -363,6 +363,12 @@
const std::wstring& search,
bool case_sensitive);
+// Returns true if str ends with search, or false otherwise.
+bool EndsWith(const std::wstring& str,
+ const std::wstring& search,
+ bool case_sensitive);
+
+
// Determines the type of ASCII character, independent of locale (the C
// library versions will change based on locale).
template <typename Char>
Property changes on: base\string_util.h
___________________________________________________________________
Added: svn:mergeinfo
Merged /branches/chrome_webkit_merge_branch/base/string_util.h:r69-2775
Merged /trunk/src/base/string_util.h:r25487
« no previous file with comments | « no previous file | base/string_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698