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

Issue 333353005: Move OmahaQueryParams to a component and add a delegate interface. (Closed)

Created:
6 years, 6 months ago by Yoyo Zhou
Modified:
6 years, 6 months ago
CC:
chrome-apps-syd-reviews_chromium.org, chromium-apps-reviews_chromium.org, chromium-reviews, darin-cc_chromium.org, extensions-reviews_chromium.org, jam, jochen+watch_chromium.org, tfarina
Project:
chromium
Visibility:
Public.

Description

Move OmahaQueryParams to a component and add a delegate interface. BUG=376554 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=279867

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Patch Set 3 : asargent #

Patch Set 4 : app shell delegate #

Patch Set 5 : rebase #

Total comments: 7

Patch Set 6 : jochen #

Patch Set 7 : using #

Patch Set 8 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+392 lines, -390 lines) Patch
M apps/shell/app_shell.gyp View 1 2 3 4 2 chunks +3 lines, -0 lines 0 comments Download
M apps/shell/browser/DEPS View 2 3 1 chunk +1 line, -0 lines 0 comments Download
M apps/shell/browser/shell_browser_main_parts.h View 1 2 3 3 chunks +3 lines, -2 lines 0 comments Download
M apps/shell/browser/shell_browser_main_parts.cc View 1 2 3 4 5 2 chunks +7 lines, -0 lines 0 comments Download
A apps/shell/browser/shell_omaha_query_params_delegate.h View 1 2 3 4 5 1 chunk +26 lines, -0 lines 0 comments Download
A apps/shell/browser/shell_omaha_query_params_delegate.cc View 1 2 3 1 chunk +22 lines, -0 lines 0 comments Download
M chrome/browser/DEPS View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/browser_process_impl.cc View 1 2 3 4 5 6 7 3 chunks +5 lines, -0 lines 0 comments Download
M chrome/browser/component_updater/component_updater_utils.cc View 1 2 3 4 5 6 7 3 chunks +17 lines, -12 lines 0 comments Download
M chrome/browser/component_updater/pnacl/pnacl_component_installer.cc View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/runtime/chrome_runtime_api_delegate.cc View 1 2 3 4 5 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/extensions/updater/extension_updater_unittest.cc View 1 2 3 4 5 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/extensions/updater/manifest_fetch_data.cc View 1 2 3 4 5 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/extensions/webstore_installer.cc View 1 2 3 4 5 3 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/extensions/webstore_installer_unittest.cc View 1 2 3 4 5 6 2 chunks +6 lines, -4 lines 0 comments Download
A chrome/browser/omaha_query_params/chrome_omaha_query_params_delegate.h View 1 2 3 4 5 1 chunk +35 lines, -0 lines 0 comments Download
A chrome/browser/omaha_query_params/chrome_omaha_query_params_delegate.cc View 1 chunk +68 lines, -0 lines 0 comments Download
A chrome/browser/omaha_query_params/chrome_omaha_query_params_delegate_unittest.cc View 1 2 3 4 5 1 chunk +51 lines, -0 lines 0 comments Download
D chrome/browser/omaha_query_params/omaha_query_params.h View 1 chunk +0 lines, -59 lines 0 comments Download
D chrome/browser/omaha_query_params/omaha_query_params.cc View 1 chunk +0 lines, -160 lines 0 comments Download
D chrome/browser/omaha_query_params/omaha_query_params_unittest.cc View 1 chunk +0 lines, -49 lines 0 comments Download
M chrome/browser/ui/webui/app_list/start_page_handler.cc View 1 2 3 4 5 3 chunks +2 lines, -2 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 7 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/chrome_browser_extensions.gypi View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M chrome/chrome_browser_ui.gypi View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M chrome/chrome_tests_unit.gypi View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/base/chrome_unit_test_suite.cc View 1 2 3 4 5 2 chunks +5 lines, -0 lines 0 comments Download
M components/components.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M components/components_tests.gyp View 1 2 3 4 2 chunks +4 lines, -0 lines 0 comments Download
A + components/omaha_query_params.gypi View 1 2 3 4 5 1 chunk +8 lines, -6 lines 0 comments Download
A + components/omaha_query_params/DEPS View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
A + components/omaha_query_params/OWNERS View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + components/omaha_query_params/omaha_query_params.h View 1 2 3 4 5 3 chunks +17 lines, -17 lines 0 comments Download
A + components/omaha_query_params/omaha_query_params.cc View 1 2 3 4 5 3 chunks +17 lines, -43 lines 0 comments Download
A components/omaha_query_params/omaha_query_params_delegate.h View 1 2 3 4 5 1 chunk +32 lines, -0 lines 0 comments Download
A components/omaha_query_params/omaha_query_params_delegate.cc View 1 2 3 4 5 1 chunk +15 lines, -0 lines 0 comments Download
A + components/omaha_query_params/omaha_query_params_unittest.cc View 1 2 3 4 5 2 chunks +24 lines, -18 lines 0 comments Download

Messages

Total messages: 20 (0 generated)
Yoyo Zhou
asargent: please review brettw: please review new DEPS inclusions of base and content
6 years, 6 months ago (2014-06-21 00:04:30 UTC) #1
brettw
DEPS LGTM, didn't look at the rest
6 years, 6 months ago (2014-06-21 00:28:52 UTC) #2
asargent_no_longer_on_chrome
lgtm https://codereview.chromium.org/333353005/diff/1/components/omaha_query_params/omaha_query_params.cc File components/omaha_query_params/omaha_query_params.cc (right): https://codereview.chromium.org/333353005/diff/1/components/omaha_query_params/omaha_query_params.cc#newcode132 components/omaha_query_params/omaha_query_params.cc:132: g_delegate = delegate; should it be an error ...
6 years, 6 months ago (2014-06-23 18:21:00 UTC) #3
Yoyo Zhou
https://codereview.chromium.org/333353005/diff/1/components/omaha_query_params/omaha_query_params.cc File components/omaha_query_params/omaha_query_params.cc (right): https://codereview.chromium.org/333353005/diff/1/components/omaha_query_params/omaha_query_params.cc#newcode132 components/omaha_query_params/omaha_query_params.cc:132: g_delegate = delegate; On 2014/06/23 18:20:59, Antony Sargent wrote: ...
6 years, 6 months ago (2014-06-23 23:48:33 UTC) #4
Yoyo Zhou
The CQ bit was checked by yoz@chromium.org
6 years, 6 months ago (2014-06-23 23:52:25 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yoz@chromium.org/333353005/60001
6 years, 6 months ago (2014-06-23 23:54:51 UTC) #6
Yoyo Zhou
The CQ bit was unchecked by yoz@chromium.org
6 years, 6 months ago (2014-06-24 00:04:40 UTC) #7
Yoyo Zhou
jochen: can you review chrome/ (not extensions) and components/ (top-level)?
6 years, 6 months ago (2014-06-24 00:20:44 UTC) #8
jochen (gone - plz use gerrit)
https://codereview.chromium.org/333353005/diff/80001/apps/shell/browser/shell_omaha_query_params_delegate.h File apps/shell/browser/shell_omaha_query_params_delegate.h (right): https://codereview.chromium.org/333353005/diff/80001/apps/shell/browser/shell_omaha_query_params_delegate.h#newcode19 apps/shell/browser/shell_omaha_query_params_delegate.h:19: DISALLOW_COPY_AND_ASSIGN(ShellOmahaQueryParamsDelegate); should be private https://codereview.chromium.org/333353005/diff/80001/chrome/browser/omaha_query_params/chrome_omaha_query_params_delegate.h File chrome/browser/omaha_query_params/chrome_omaha_query_params_delegate.h (right): https://codereview.chromium.org/333353005/diff/80001/chrome/browser/omaha_query_params/chrome_omaha_query_params_delegate.h#newcode30 ...
6 years, 6 months ago (2014-06-24 08:52:32 UTC) #9
Yoyo Zhou
Jochen, I addressed all comments. Please take another look.
6 years, 6 months ago (2014-06-25 01:05:10 UTC) #10
jochen (gone - plz use gerrit)
lgtm
6 years, 6 months ago (2014-06-25 09:44:30 UTC) #11
Yoyo Zhou
The CQ bit was checked by yoz@chromium.org
6 years, 6 months ago (2014-06-25 15:27:11 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yoz@chromium.org/333353005/120001
6 years, 6 months ago (2014-06-25 15:28:48 UTC) #13
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_aosp on tryserver.chromium ...
6 years, 6 months ago (2014-06-25 15:39:11 UTC) #14
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-25 15:40:48 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: ios_rel_device on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/ios_rel_device/builds/154128) mac_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/mac_gpu/builds/21424)
6 years, 6 months ago (2014-06-25 15:40:49 UTC) #16
Yoyo Zhou
The CQ bit was checked by yoz@chromium.org
6 years, 6 months ago (2014-06-25 19:04:41 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yoz@chromium.org/333353005/140001
6 years, 6 months ago (2014-06-25 19:06:29 UTC) #18
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_dbg on tryserver.chromium ...
6 years, 6 months ago (2014-06-25 22:07:06 UTC) #19
commit-bot: I haz the power
6 years, 6 months ago (2014-06-26 00:01:35 UTC) #20
Message was sent while issue was closed.
Change committed as 279867

Powered by Google App Engine
This is Rietveld 408576698