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

Issue 5624002: Move more code from headers to implementation. (Closed)

Created:
10 years ago by Elliot Glaysher
Modified:
9 years, 7 months ago
CC:
chromium-reviews, vrk (LEFT CHROMIUM), annacc, dhollowa, ncarter (slow), fbarchard, Alpha Left Google, Erik does not do reviews, ddorwin+watch_chromium.org, dmac, darin-cc_chromium.org, garykac, brettw-cc_chromium.org, tim (not reviewing), ben+cc_chromium.org, Raghu Simha, cbentzel+watch_chromium.org, pam+watch_chromium.org, awong, scherkus (not reviewing), idana, Aaron Boodman, acolwell GONE FROM CHROMIUM, Paweł Hajdan Jr., sjl
Visibility:
Public.

Description

Move more code from headers to implementation. BUG=none TEST=compiles Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=68534

Patch Set 1 #

Patch Set 2 : Formatting fixes #

Patch Set 3 : Fix friend #

Patch Set 4 : revert apma #

Patch Set 5 : Rebase #

Total comments: 6
Unified diffs Side-by-side diffs Delta from patch set Stats (+220 lines, -88 lines) Patch
M chrome/browser/automation/automation_provider_observers.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/automation/automation_provider_observers.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/bug_report_data.h View 2 chunks +13 lines, -31 lines 0 comments Download
M chrome/browser/bug_report_data.cc View 1 1 chunk +37 lines, -0 lines 0 comments Download
M chrome/browser/extensions/extension_tts_api.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_tts_api.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/history/history_types.h View 3 chunks +7 lines, -0 lines 0 comments Download
M chrome/browser/history/history_types.cc View 2 chunks +13 lines, -2 lines 0 comments Download
M chrome/browser/policy/configuration_policy_pref_store.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/policy/configuration_policy_pref_store.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/policy/device_management_policy_cache.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/policy/device_management_policy_cache.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/policy/device_token_fetcher.h View 2 chunks +7 lines, -18 lines 0 comments Download
M chrome/browser/policy/device_token_fetcher.cc View 2 chunks +27 lines, -0 lines 0 comments Download
M chrome/common/json_schema_validator.h View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/common/json_schema_validator.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/metrics_helpers.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/common/metrics_helpers.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/service/cloud_print/cloud_print_url_fetcher.h View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/service/cloud_print/cloud_print_url_fetcher.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M media/base/filter_collection.h View 1 chunk +1 line, -0 lines 0 comments Download
M media/base/filter_collection.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M media/base/pipeline_impl.h View 1 chunk +1 line, -8 lines 0 comments Download
M media/base/pipeline_impl.cc View 1 chunk +8 lines, -0 lines 0 comments Download
M net/url_request/url_request_throttler_header_adapter.h View 1 chunk +1 line, -1 line 0 comments Download
M net/url_request/url_request_throttler_header_adapter.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M ppapi/cpp/paint_aggregator.h View 2 chunks +4 lines, -0 lines 0 comments Download
M ppapi/cpp/paint_aggregator.cc View 1 chunk +7 lines, -2 lines 0 comments Download
M ppapi/proxy/plugin_var_tracker.h View 1 chunk +2 lines, -0 lines 0 comments Download
M ppapi/proxy/plugin_var_tracker.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M ppapi/proxy/serialized_structs.h View 2 chunks +6 lines, -0 lines 0 comments Download
M ppapi/proxy/serialized_structs.cc View 2 chunks +21 lines, -0 lines 0 comments Download
M remoting/base/compound_buffer.h View 1 chunk +1 line, -0 lines 0 comments Download
M remoting/base/compound_buffer.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M remoting/protocol/rtp_utils.h View 2 chunks +2 lines, -20 lines 4 comments Download
M remoting/protocol/rtp_utils.cc View 1 chunk +24 lines, -0 lines 2 comments Download
M webkit/fileapi/sandboxed_file_system_operation.h View 1 chunk +1 line, -0 lines 0 comments Download
M webkit/fileapi/sandboxed_file_system_operation.cc View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Elliot Glaysher
Things have degraded in the intervening month.
10 years ago (2010-12-07 21:07:01 UTC) #1
James Hawkins
LGTM
10 years ago (2010-12-07 21:09:11 UTC) #2
Sergey Ulanov
http://codereview.chromium.org/5624002/diff/8001/remoting/protocol/rtp_utils.cc File remoting/protocol/rtp_utils.cc (right): http://codereview.chromium.org/5624002/diff/8001/remoting/protocol/rtp_utils.cc#newcode52 remoting/protocol/rtp_utils.cc:52: empty lines. http://codereview.chromium.org/5624002/diff/8001/remoting/protocol/rtp_utils.h File remoting/protocol/rtp_utils.h (right): http://codereview.chromium.org/5624002/diff/8001/remoting/protocol/rtp_utils.h#newcode14 remoting/protocol/rtp_utils.h:14: RtpHeader(); ...
10 years ago (2010-12-07 21:15:42 UTC) #3
Elliot Glaysher
http://codereview.chromium.org/5624002/diff/8001/remoting/protocol/rtp_utils.cc File remoting/protocol/rtp_utils.cc (right): http://codereview.chromium.org/5624002/diff/8001/remoting/protocol/rtp_utils.cc#newcode52 remoting/protocol/rtp_utils.cc:52: On 2010/12/07 21:15:42, sergeyu wrote: > empty lines. Done. ...
10 years ago (2010-12-07 21:49:24 UTC) #4
Sergey Ulanov
10 years ago (2010-12-07 21:59:41 UTC) #5
Sergey Ulanov
http://codereview.chromium.org/5624002/diff/8001/remoting/protocol/rtp_utils.h File remoting/protocol/rtp_utils.h (right): http://codereview.chromium.org/5624002/diff/8001/remoting/protocol/rtp_utils.h#newcode14 remoting/protocol/rtp_utils.h:14: RtpHeader(); On 2010/12/07 21:49:25, Elliot Glaysher wrote: > > ...
10 years ago (2010-12-07 22:00:38 UTC) #6
Elliot Glaysher
On 2010/12/07 22:00:38, sergeyu wrote: > With the new automated process, will it be possible ...
10 years ago (2010-12-07 22:33:10 UTC) #7
Sergey Ulanov
10 years ago (2010-12-07 22:44:46 UTC) #8
LGTM

Powered by Google App Engine
This is Rietveld 408576698