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

Unified Diff: base/values.h

Issue 2911033002: Remove raw base::DictionaryValue::Set (Closed)
Patch Set: Proper Windows Fix Created 3 years, 6 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 4b27fe421a07b0f46206800fac76c5fcc3154da9..81f83b6da202d0516bdbb850f118022d6a460945 100644
--- a/base/values.h
+++ b/base/values.h
@@ -243,8 +243,6 @@ class BASE_EXPORT DictionaryValue : public Value {
// to the path in that location. |in_value| must be non-null.
// Returns a pointer to the inserted value.
Value* Set(StringPiece path, std::unique_ptr<Value> in_value);
- // Deprecated version of the above. TODO(estade): remove.
- Value* Set(StringPiece path, Value* in_value);
// Convenience forms of Set(). These methods will replace any existing
// value at that path, even if it has a different type.
« 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