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

Unified Diff: base/values.h

Issue 2884933002: Remove raw base::DictionaryValue::SetWithoutPathExpansion (Closed)
Patch Set: Include Created 3 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
« no previous file with comments | « no previous file | base/values.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/values.h
diff --git a/base/values.h b/base/values.h
index 8b86b1e0bd0c57c0aee73f57a4f25fd1ec0c5aa7..5994f311027164b422b71e011f06585b3542e8f4 100644
--- a/base/values.h
+++ b/base/values.h
@@ -258,8 +258,6 @@ class BASE_EXPORT DictionaryValue : public Value {
// be used as paths.
Value* SetWithoutPathExpansion(StringPiece key,
std::unique_ptr<Value> in_value);
- // Deprecated version of the above. TODO(estade): remove.
- Value* SetWithoutPathExpansion(StringPiece key, Value* in_value);
// Convenience forms of SetWithoutPathExpansion().
Value* SetBooleanWithoutPathExpansion(StringPiece path, bool in_value);
« no previous file with comments | « no previous file | base/values.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698