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

Issue 1059843002: Refactor NetLog::LogLevel --> NetLogCaptureMode. (Closed)

Created:
5 years, 8 months ago by eroman
Modified:
5 years, 8 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Refactor NetLog::LogLevel --> NetLogCaptureMode. This is both a rename, and a functional change. Before LogLevel was an enum, and consumers would compare its numeric value, or use it for serialization purposes. Whereas NetLogCaptureMode is a class that encapsulates the various capabilities for a logging level. BUG=472710 TBR=asanka@chromium.org,sergeyu@chromium.org,yurys@chromium.org,bengr@chromium.org,asargent@chromium.org,zea@chromium.org,scherkus@chromium.org Committed: https://crrev.com/001c374c5356777641161bb11b8dd792508381ca Cr-Commit-Position: refs/heads/master@{#326440}

Patch Set 1 : #

Patch Set 2 : Add more affected files #

Patch Set 3 : moar #

Patch Set 4 : more #

Patch Set 5 : #

Patch Set 6 : update copyright #

Total comments: 6

Patch Set 7 : sigh more #

Patch Set 8 : some fixes #

Patch Set 9 : fix some translation bugs #

Total comments: 16

Patch Set 10 : rebase onto master #

Patch Set 11 : Address feedback #

Patch Set 12 : tweak some comments #

Patch Set 13 : add header for std::max #

Total comments: 9

Patch Set 14 : Address matt's comments #

Patch Set 15 : rebase onto master #

Patch Set 16 : Fix some comments #

Total comments: 21

Patch Set 17 : Address mmenke's comments #

Patch Set 18 : rebase onto master #

Patch Set 19 : add missing header #

Total comments: 20

Patch Set 20 : address mmenke comments #

Total comments: 5

Patch Set 21 : rebase #

Patch Set 22 : remove vertical bars in comments #

Patch Set 23 : rebase for reals #

Patch Set 24 : rebase again to fix a merge conflict #

Unified diffs Side-by-side diffs Delta from patch set Stats (+964 lines, -637 lines) Patch
M chrome/browser/extensions/api/log_private/log_private_api_chromeos.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/net/chrome_net_log.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 2 chunks +47 lines, -15 lines 0 comments Download
M chrome/browser/net/net_log_temp_file.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +5 lines, -4 lines 0 comments Download
M chrome/browser/net/net_log_temp_file.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +7 lines, -6 lines 0 comments Download
M chrome/browser/net/net_log_temp_file_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +8 lines, -6 lines 0 comments Download
M chrome/browser/net/predictor_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/net_internals/browser_bridge.js View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/resources/net_internals/capture_view.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/resources/net_internals/main.js View 1 2 3 4 5 6 7 8 9 10 3 chunks +0 lines, -3 lines 0 comments Download
M chrome/browser/ui/webui/net_internals/net_internals_ui.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 4 chunks +19 lines, -15 lines 0 comments Download
M components/cronet/android/java/src/org/chromium/net/ChromiumUrlRequestContext.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +2 lines, -2 lines 0 comments Download
M components/cronet/android/java/src/org/chromium/net/UrlRequestContext.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +2 lines, -2 lines 0 comments Download
M components/cronet/android/url_request_context_adapter.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +3 lines, -2 lines 0 comments Download
M components/data_reduction_proxy/core/common/data_reduction_proxy_event_creator.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 6 chunks +16 lines, -13 lines 0 comments Download
M content/browser/devtools/devtools_netlog_observer.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -1 line 0 comments Download
M content/browser/download/download_file_impl.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/browser/download/download_item_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 2 chunks +3 lines, -3 lines 0 comments Download
M content/browser/download/download_net_log_parameters.h View 1 2 1 chunk +20 lines, -21 lines 0 comments Download
M content/browser/download/download_net_log_parameters.cc View 1 2 13 chunks +28 lines, -27 lines 0 comments Download
M content/browser/media/media_internals_proxy.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -1 line 0 comments Download
M extensions/browser/api/web_request/web_request_api_helpers.cc View 1 2 1 chunk +2 lines, -3 lines 0 comments Download
M google_apis/gcm/tools/mcs_probe.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +2 lines, -1 line 0 comments Download
M net/base/address_list.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/base/sdch_net_log_params.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M net/base/sdch_net_log_params.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M net/cert/cert_policy_enforcer.cc View 1 1 chunk +5 lines, -4 lines 0 comments Download
M net/cert/ct_signed_certificate_timestamp_log_param.h View 1 2 chunks +3 lines, -2 lines 0 comments Download
M net/cert/ct_signed_certificate_timestamp_log_param.cc View 1 2 chunks +3 lines, -2 lines 0 comments Download
M net/cert/multi_threaded_cert_verifier.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 2 chunks +2 lines, -2 lines 0 comments Download
M net/cert/x509_certificate_net_log_param.h View 1 1 chunk +2 lines, -3 lines 0 comments Download
M net/cert/x509_certificate_net_log_param.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/disk_cache/blockfile/entry_impl.cc View 1 5 chunks +5 lines, -5 lines 0 comments Download
M net/disk_cache/blockfile/entry_impl_v3.cc View 1 4 chunks +4 lines, -4 lines 0 comments Download
M net/disk_cache/blockfile/sparse_control.cc View 1 2 3 4 5 6 7 8 9 10 6 chunks +7 lines, -7 lines 0 comments Download
M net/disk_cache/blockfile/sparse_control_v3.cc View 1 5 chunks +5 lines, -5 lines 0 comments Download
M net/disk_cache/memory/mem_entry_impl.cc View 1 10 chunks +15 lines, -15 lines 0 comments Download
M net/disk_cache/net_log_parameters.cc View 1 6 chunks +6 lines, -6 lines 0 comments Download
M net/disk_cache/simple/simple_entry_impl.cc View 1 15 chunks +15 lines, -15 lines 0 comments Download
M net/disk_cache/simple/simple_net_log_parameters.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M net/dns/dns_transaction.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M net/dns/host_resolver_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 6 chunks +10 lines, -9 lines 0 comments Download
M net/filter/sdch_filter.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M net/ftp/ftp_ctrl_response_buffer.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/http/http_cache_transaction.cc View 1 12 chunks +13 lines, -13 lines 0 comments Download
M net/http/http_log_util.h View 1 1 chunk +1 line, -1 line 0 comments Download
M net/http/http_log_util.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +2 lines, -3 lines 0 comments Download
M net/http/http_log_util_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +43 lines, -30 lines 0 comments Download
M net/http/http_network_transaction.cc View 1 2 3 4 5 6 7 8 9 2 chunks +5 lines, -4 lines 0 comments Download
M net/http/http_network_transaction_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +1 line, -1 line 0 comments Download
M net/http/http_request_headers.h View 1 1 chunk +1 line, -1 line 0 comments Download
M net/http/http_request_headers.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M net/http/http_request_headers_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -2 lines 0 comments Download
M net/http/http_response_headers.h View 1 1 chunk +1 line, -1 line 0 comments Download
M net/http/http_response_headers.cc View 1 2 chunks +3 lines, -2 lines 0 comments Download
M net/http/http_response_headers_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -2 lines 0 comments Download
M net/http/http_stream_factory_impl_job.cc View 1 2 3 4 5 6 7 8 9 2 chunks +2 lines, -2 lines 0 comments Download
M net/http/http_stream_parser.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +5 lines, -4 lines 0 comments Download
M net/log/net_log.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 12 chunks +29 lines, -60 lines 0 comments Download
M net/log/net_log.cc View 1 2 3 4 5 6 7 8 9 10 15 chunks +55 lines, -69 lines 0 comments Download
A net/log/net_log_capture_mode.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 1 chunk +87 lines, -0 lines 0 comments Download
A net/log/net_log_capture_mode.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +95 lines, -0 lines 0 comments Download
A net/log/net_log_capture_mode_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +93 lines, -0 lines 0 comments Download
M net/log/net_log_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 11 chunks +73 lines, -48 lines 0 comments Download
M net/log/net_log_util.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 3 chunks +6 lines, -14 lines 0 comments Download
M net/log/test_net_log.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +3 lines, -3 lines 0 comments Download
M net/log/test_net_log.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +6 lines, -5 lines 0 comments Download
M net/log/trace_net_log_observer.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -2 lines 0 comments Download
M net/log/write_to_file_net_log_observer.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +4 lines, -4 lines 0 comments Download
M net/log/write_to_file_net_log_observer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +5 lines, -4 lines 0 comments Download
M net/log/write_to_file_net_log_observer_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +10 lines, -8 lines 0 comments Download
M net/net.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 2 chunks +4 lines, -1 line 0 comments Download
M net/proxy/proxy_resolver_v8_tracing.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M net/proxy/proxy_script_decider.h View 1 1 chunk +1 line, -1 line 0 comments Download
M net/proxy/proxy_script_decider.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +1 line, -1 line 0 comments Download
M net/proxy/proxy_service.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 4 chunks +4 lines, -4 lines 0 comments Download
M net/quic/quic_client_session.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/quic/quic_connection_logger.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 16 chunks +20 lines, -18 lines 0 comments Download
M net/quic/quic_http_utils.h View 1 1 chunk +1 line, -1 line 0 comments Download
M net/quic/quic_http_utils.cc View 1 1 chunk +5 lines, -6 lines 0 comments Download
M net/socket/nss_ssl_util.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M net/socket/socket_net_log_params.cc View 1 3 chunks +4 lines, -4 lines 0 comments Download
M net/socket/ssl_client_socket_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +1 line, -1 line 0 comments Download
M net/socket/transport_client_socket_pool.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M net/spdy/spdy_header_block.h View 1 1 chunk +1 line, -1 line 0 comments Download
M net/spdy/spdy_header_block.cc View 1 1 chunk +4 lines, -6 lines 0 comments Download
M net/spdy/spdy_header_block_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -2 lines 0 comments Download
M net/spdy/spdy_session.cc View 1 2 3 4 5 6 7 8 9 24 chunks +40 lines, -36 lines 0 comments Download
M net/spdy/spdy_stream.cc View 1 2 3 4 5 6 7 8 9 2 chunks +6 lines, -5 lines 0 comments Download
M net/ssl/openssl_ssl_util.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/tools/gdig/gdig.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +9 lines, -7 lines 0 comments Download
M net/tools/get_server_time/get_server_time.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +2 lines, -1 line 0 comments Download
M net/udp/udp_net_log_parameters.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M net/udp/udp_socket_libevent.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M net/udp/udp_socket_win.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 2 chunks +2 lines, -2 lines 0 comments Download
M net/url_request/url_request.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M net/url_request/url_request_job.cc View 1 2 3 4 5 6 7 8 9 3 chunks +5 lines, -3 lines 0 comments Download
M net/url_request/url_request_netlog_params.h View 1 1 chunk +1 line, -1 line 0 comments Download
M net/url_request/url_request_netlog_params.cc View 1 1 chunk +7 lines, -6 lines 0 comments Download
M net/url_request/url_request_throttler_entry.cc View 1 1 chunk +5 lines, -4 lines 0 comments Download
M remoting/base/vlog_net_log.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 33 (10 generated)
eroman
5 years, 8 months ago (2015-04-08 23:49:47 UTC) #4
eroman
This is mostly simple mechanical changes. I have added some comments on more interesting areas ...
5 years, 8 months ago (2015-04-09 00:08:20 UTC) #5
eroman
https://codereview.chromium.org/1059843002/diff/200001/net/log/net_log.cc File net/log/net_log.cc (right): https://codereview.chromium.org/1059843002/diff/200001/net/log/net_log.cc#newcode201 net/log/net_log.cc:201: : last_id_(0), effective_capture_mode_level_(NetLogCaptureMode::NONE) { Is it legal to initialize ...
5 years, 8 months ago (2015-04-09 01:11:27 UTC) #6
mmenke
https://codereview.chromium.org/1059843002/diff/200001/net/log/net_log.cc File net/log/net_log.cc (right): https://codereview.chromium.org/1059843002/diff/200001/net/log/net_log.cc#newcode201 net/log/net_log.cc:201: : last_id_(0), effective_capture_mode_level_(NetLogCaptureMode::NONE) { On 2015/04/09 01:11:27, eroman wrote: ...
5 years, 8 months ago (2015-04-09 15:47:12 UTC) #7
eroman
OK I have removed the "log" level stuff completely now, and renamed things. Please review ...
5 years, 8 months ago (2015-04-16 22:51:09 UTC) #8
mmenke
Think this looks pretty good. https://codereview.chromium.org/1059843002/diff/280001/net/log/net_log_capture_mode.h File net/log/net_log_capture_mode.h (right): https://codereview.chromium.org/1059843002/diff/280001/net/log/net_log_capture_mode.h#newcode40 net/log/net_log_capture_mode.h:40: // between |mode1| and ...
5 years, 8 months ago (2015-04-17 15:16:06 UTC) #9
eroman
https://codereview.chromium.org/1059843002/diff/280001/net/log/net_log_capture_mode.h File net/log/net_log_capture_mode.h (right): https://codereview.chromium.org/1059843002/diff/280001/net/log/net_log_capture_mode.h#newcode40 net/log/net_log_capture_mode.h:40: // between |mode1| and |mode1|. On 2015/04/17 15:16:06, mmenke ...
5 years, 8 months ago (2015-04-17 19:20:50 UTC) #10
mmenke
https://codereview.chromium.org/1059843002/diff/280001/net/log/net_log_capture_mode.h File net/log/net_log_capture_mode.h (right): https://codereview.chromium.org/1059843002/diff/280001/net/log/net_log_capture_mode.h#newcode69 net/log/net_log_capture_mode.h:69: bool operator==(NetLogCaptureMode mode) const; On 2015/04/17 19:20:50, eroman wrote: ...
5 years, 8 months ago (2015-04-20 15:54:39 UTC) #11
eroman
https://codereview.chromium.org/1059843002/diff/340001/net/log/net_log.h File net/log/net_log.h (right): https://codereview.chromium.org/1059843002/diff/340001/net/log/net_log.h#newcode304 net/log/net_log.h:304: // The current capture mode (as an int). On ...
5 years, 8 months ago (2015-04-20 21:07:20 UTC) #12
mmenke
I'll do a full pass tomorrow, and expect to sign off then.
5 years, 8 months ago (2015-04-20 21:11:25 UTC) #13
mmenke
Started reviewing yesterday, but got distracted by something shiny... https://codereview.chromium.org/1059843002/diff/340001/net/log/net_log_capture_mode.cc File net/log/net_log_capture_mode.cc (right): https://codereview.chromium.org/1059843002/diff/340001/net/log/net_log_capture_mode.cc#newcode51 net/log/net_log_capture_mode.cc:51: ...
5 years, 8 months ago (2015-04-22 18:52:18 UTC) #14
eroman
https://codereview.chromium.org/1059843002/diff/400001/chrome/browser/net/chrome_net_log.cc File chrome/browser/net/chrome_net_log.cc (right): https://codereview.chromium.org/1059843002/diff/400001/chrome/browser/net/chrome_net_log.cc#newcode24 chrome/browser/net/chrome_net_log.cc:24: bool GetCaptureModeFromCommandLine(const base::CommandLine* command_line, On 2015/04/22 18:52:17, mmenke wrote: ...
5 years, 8 months ago (2015-04-22 20:01:47 UTC) #15
mmenke
LGTM https://codereview.chromium.org/1059843002/diff/400001/components/cronet/android/java/src/org/chromium/net/ChromiumUrlRequestContext.java File components/cronet/android/java/src/org/chromium/net/ChromiumUrlRequestContext.java (right): https://codereview.chromium.org/1059843002/diff/400001/components/cronet/android/java/src/org/chromium/net/ChromiumUrlRequestContext.java#newcode81 components/cronet/android/java/src/org/chromium/net/ChromiumUrlRequestContext.java:81: * NetLogCaptureMode::Default(). On 2015/04/22 20:01:47, eroman wrote: > ...
5 years, 8 months ago (2015-04-22 20:08:35 UTC) #16
mmenke
https://codereview.chromium.org/1059843002/diff/420001/net/log/net_log_capture_mode.h File net/log/net_log_capture_mode.h (right): https://codereview.chromium.org/1059843002/diff/420001/net/log/net_log_capture_mode.h#newcode56 net/log/net_log_capture_mode.h:56: // If |enabled()| is true, then _something_ is being ...
5 years, 8 months ago (2015-04-22 20:13:36 UTC) #17
eroman
https://codereview.chromium.org/1059843002/diff/420001/net/log/net_log_capture_mode.h File net/log/net_log_capture_mode.h (right): https://codereview.chromium.org/1059843002/diff/420001/net/log/net_log_capture_mode.h#newcode56 net/log/net_log_capture_mode.h:56: // If |enabled()| is true, then _something_ is being ...
5 years, 8 months ago (2015-04-22 20:24:44 UTC) #18
mmenke
https://codereview.chromium.org/1059843002/diff/420001/net/log/net_log_capture_mode.h File net/log/net_log_capture_mode.h (right): https://codereview.chromium.org/1059843002/diff/420001/net/log/net_log_capture_mode.h#newcode9 net/log/net_log_capture_mode.h:9: #include <string> I think there should be a blank ...
5 years, 8 months ago (2015-04-22 20:30:12 UTC) #19
eroman
https://codereview.chromium.org/1059843002/diff/420001/net/log/net_log_capture_mode.h File net/log/net_log_capture_mode.h (right): https://codereview.chromium.org/1059843002/diff/420001/net/log/net_log_capture_mode.h#newcode56 net/log/net_log_capture_mode.h:56: // If |enabled()| is true, then _something_ is being ...
5 years, 8 months ago (2015-04-22 20:52:05 UTC) #20
eroman
TBR-ing the OWNERs (as this is basically just a rename outside of net/*). No real ...
5 years, 8 months ago (2015-04-22 21:11:27 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1059843002/470001
5 years, 8 months ago (2015-04-22 21:16:39 UTC) #25
commit-bot: I haz the power
Failed to apply patch for components/data_reduction_proxy/core/common/data_reduction_proxy_event_store.cc: While running git apply --index -3 -p1; error: patch ...
5 years, 8 months ago (2015-04-23 00:46:01 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1059843002/490001
5 years, 8 months ago (2015-04-23 01:04:38 UTC) #31
commit-bot: I haz the power
Committed patchset #24 (id:490001)
5 years, 8 months ago (2015-04-23 03:11:27 UTC) #32
commit-bot: I haz the power
5 years, 8 months ago (2015-04-23 03:12:14 UTC) #33
Message was sent while issue was closed.
Patchset 24 (id:??) landed as
https://crrev.com/001c374c5356777641161bb11b8dd792508381ca
Cr-Commit-Position: refs/heads/master@{#326440}

Powered by Google App Engine
This is Rietveld 408576698