Remove base::Value::SetStringWithoutPathExpansion

This change removes the deprecated SetStringWithoutPathExpansion from
base::Value. Existing usages are replaced by SetKey(key,
Value(std::string)) and SetKey(key, Value(base::string16)).

Bug: 646113
Change-Id: I3f3ce77d155c0f8f7a65c8fc9c2f62f9807f2a95
Reviewed-on: https://chromium-review.googlesource.com/592368
Commit-Queue: Jan Wilken Dörrie <[email protected]>
Reviewed-by: Steven Bennetts <[email protected]>
Reviewed-by: Brett Wilson <[email protected]>
Cr-Commit-Position: refs/heads/master@{#495172}
127 files changed