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

Issue 2689673002: Inline base::BinaryValue into base::Value (Closed)

Created:
3 years, 10 months ago by jdoerrie
Modified:
3 years, 10 months ago
Reviewers:
brettw
CC:
chromium-reviews, extensions-reviews_chromium.org, jam, imcheng+watch_chromium.org, vmpstr+watch_chromium.org, posciak+watch_chromium.org, jasonroberts+watch_google.com, lcwu+watch_chromium.org, avayvod+watch_chromium.org, feature-media-reviews_chromium.org, darin-cc_chromium.org, halliwell+watch_chromium.org, alokp+watch_chromium.org, chromium-apps-reviews_chromium.org, xjz+watch_chromium.org, isheriff+watch_chromium.org, miu+watch_chromium.org, vabr (Chromium)
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Inline base::BinaryValue into base::Value Similarly as done with base::FundamentalValue and base::StringValue we inline base::BinaryValue into base::Value. There will be a follow up CL updating all call sites to use base::Value instead of base::BinaryValue, again similarly to how the removal of base::FundamentalValue and base::StringValue was done. BUG=646113 R=brettw@chromium.org CC=vabr@chromium.org Review-Url: https://codereview.chromium.org/2689673002 Cr-Commit-Position: refs/heads/master@{#450640} Committed: https://chromium.googlesource.com/chromium/src/+/e03e80f36e9c4830acd4138211bfe1e600db987b

Patch Set 1 #

Total comments: 4

Patch Set 2 : Fix Extension Tests #

Patch Set 3 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+176 lines, -159 lines) Patch
M base/values.h View 5 chunks +17 lines, -36 lines 0 comments Download
M base/values.cc View 15 chunks +60 lines, -48 lines 0 comments Download
M base/values_unittest.cc View 9 chunks +48 lines, -20 lines 0 comments Download
M chrome/renderer/extensions/cast_streaming_native_handler.h View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/renderer/media/cast_rtp_stream.h View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/renderer/media/cast_session.h View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/renderer/media/cast_session_delegate.h View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/renderer/media/cast_session_delegate.cc View 3 chunks +6 lines, -5 lines 0 comments Download
M chromecast/base/serializers_unittest.cc View 3 chunks +4 lines, -2 lines 0 comments Download
M components/search_engines/default_search_policy_handler_unittest.cc View 1 chunk +2 lines, -1 line 0 comments Download
M content/child/v8_value_converter_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M content/child/v8_value_converter_impl.cc View 3 chunks +5 lines, -6 lines 0 comments Download
M content/common/android/gin_java_bridge_value.cc View 2 chunks +4 lines, -8 lines 0 comments Download
M extensions/browser/api/cast_channel/cast_channel_api.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M extensions/browser/api/cast_channel/cast_message_util.cc View 2 chunks +3 lines, -7 lines 0 comments Download
M extensions/browser/api/socket/socket_api.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M extensions/browser/api/usb/usb_api.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M extensions/renderer/argument_spec_unittest.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M ipc/ipc_message_utils.cc View 2 chunks +2 lines, -6 lines 0 comments Download
M media/base/video_frame_metadata.cc View 1 chunk +1 line, -1 line 0 comments Download
M ppapi/shared_impl/private/ppb_x509_certificate_private_shared.cc View 1 chunk +2 lines, -4 lines 0 comments Download
M tools/json_schema_compiler/test/error_generation_unittest.cc View 5 chunks +5 lines, -4 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 19 (15 generated)
jdoerrie
Hi brettw@, please take a look. https://codereview.chromium.org/2689673002/diff/1/base/values.h File base/values.h (left): https://codereview.chromium.org/2689673002/diff/1/base/values.h#oldcode176 base/values.h:176: BinaryValue(); Having the ...
3 years, 10 months ago (2017-02-10 11:00:35 UTC) #3
brettw
lgtm
3 years, 10 months ago (2017-02-14 22:59:39 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2689673002/40001
3 years, 10 months ago (2017-02-15 08:35:34 UTC) #16
commit-bot: I haz the power
3 years, 10 months ago (2017-02-15 08:42:57 UTC) #19
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/e03e80f36e9c4830acd4138211bf...

Powered by Google App Engine
This is Rietveld 408576698