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

Unified Diff: base/strings/string_split.h

Issue 184233009: Extend SplitStringIntoKeyValuePairs unit tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Test handling of newline char. Created 6 years, 9 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/strings/string_split_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/strings/string_split.h
diff --git a/base/strings/string_split.h b/base/strings/string_split.h
index 7c27e4899da06681e2bde9487b17a41586132caa..a0a2fac22cc87fb6be815061f35fd8b2d8ac2f86 100644
--- a/base/strings/string_split.h
+++ b/base/strings/string_split.h
@@ -31,11 +31,6 @@ BASE_EXPORT void SplitString(const std::string& str,
char c,
std::vector<std::string>* r);
-BASE_EXPORT bool SplitStringIntoKeyValues(const std::string& line,
- char key_value_delimiter,
- std::string* key,
- std::vector<std::string>* values);
-
typedef std::vector<std::pair<std::string, std::string> > StringPairs;;
BASE_EXPORT bool SplitStringIntoKeyValuePairs(
« no previous file with comments | « no previous file | base/strings/string_split_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698