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

Issue 17327004: Replace base::NullableString16(bool) usage with default constructor. (Closed)

Created:
7 years, 6 months ago by darin (slow to review)
Modified:
7 years, 6 months ago
Reviewers:
michaeln
CC:
chromium-reviews, jam, dcheng, joi+watch-content_chromium.org, darin-cc_chromium.org, erikwright+watch_chromium.org, jshin+watch_chromium.org
Visibility:
Public.

Description

Replace base::NullableString16(bool) usage with default constructor. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=206922

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -35 lines) Patch
M base/strings/nullable_string16.h View 1 chunk +0 lines, -1 line 1 comment Download
M content/browser/dom_storage/dom_storage_message_filter.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M content/browser/web_contents/web_drag_dest_gtk.cc View 1 chunk +1 line, -1 line 0 comments Download
M webkit/browser/dom_storage/dom_storage_area.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M webkit/browser/dom_storage/dom_storage_database_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/browser/dom_storage/dom_storage_host.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/browser/dom_storage/session_storage_database.cc View 1 chunk +1 line, -1 line 0 comments Download
M webkit/browser/dom_storage/session_storage_database_unittest.cc View 1 chunk +4 lines, -5 lines 0 comments Download
M webkit/common/dom_storage/dom_storage_map.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M webkit/common/webdropdata.cc View 2 chunks +2 lines, -6 lines 0 comments Download
M webkit/renderer/dom_storage/dom_storage_cached_area_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webkit/support/simple_dom_storage_system.cc View 3 chunks +6 lines, -6 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
darin (slow to review)
7 years, 6 months ago (2013-06-17 23:18:28 UTC) #1
michaeln
lgtm https://codereview.chromium.org/17327004/diff/1/base/strings/nullable_string16.h File base/strings/nullable_string16.h (left): https://codereview.chromium.org/17327004/diff/1/base/strings/nullable_string16.h#oldcode21 base/strings/nullable_string16.h:21: explicit NullableString16(bool is_null) : is_null_(is_null) { } i ...
7 years, 6 months ago (2013-06-17 23:48:12 UTC) #2
darin (slow to review)
On Mon, Jun 17, 2013 at 4:48 PM, <michaeln@chromium.org> wrote: > lgtm > > > ...
7 years, 6 months ago (2013-06-17 23:52:43 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/darin@chromium.org/17327004/1
7 years, 6 months ago (2013-06-17 23:53:29 UTC) #4
commit-bot: I haz the power
7 years, 6 months ago (2013-06-18 08:30:53 UTC) #5
Message was sent while issue was closed.
Change committed as 206922

Powered by Google App Engine
This is Rietveld 408576698