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

Issue 10968031: Added ConnectorSettings class. (Closed)

Created:
8 years, 3 months ago by Vitaly Buka (NO REVIEWS)
Modified:
8 years, 3 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Added ConnectorSettings class to reduce number of arguments and members in cloud print service. BUG=137129 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=158149

Patch Set 1 : #

Total comments: 4

Patch Set 2 : #

Total comments: 4

Patch Set 3 : #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+212 lines, -189 lines) Patch
M chrome/chrome.gyp View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/service/cloud_print/cloud_print_connector.h View 4 chunks +5 lines, -14 lines 0 comments Download
M chrome/service/cloud_print/cloud_print_connector.cc View 1 2 10 chunks +17 lines, -36 lines 0 comments Download
M chrome/service/cloud_print/cloud_print_consts.h View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M chrome/service/cloud_print/cloud_print_consts.cc View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M chrome/service/cloud_print/cloud_print_proxy.h View 1 chunk +2 lines, -5 lines 0 comments Download
M chrome/service/cloud_print/cloud_print_proxy.cc View 1 2 5 chunks +12 lines, -44 lines 0 comments Download
M chrome/service/cloud_print/cloud_print_proxy_backend.h View 3 chunks +8 lines, -16 lines 0 comments Download
M chrome/service/cloud_print/cloud_print_proxy_backend.cc View 1 18 chunks +31 lines, -66 lines 0 comments Download
A chrome/service/cloud_print/connector_settings.h View 1 2 1 chunk +63 lines, -0 lines 0 comments Download
A chrome/service/cloud_print/connector_settings.cc View 1 2 3 1 chunk +65 lines, -0 lines 0 comments Download
M chrome/service/service_process_prefs.h View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/service/service_process_prefs.cc View 3 chunks +4 lines, -3 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
Vitaly Buka (NO REVIEWS)
Please review. Lei, I need OWNER's review for chrome.gyp
8 years, 3 months ago (2012-09-21 16:18:53 UTC) #1
Lei Zhang
This generally lgtm, but you should get someone more familiar with GCP to review this ...
8 years, 3 months ago (2012-09-21 20:26:22 UTC) #2
Vitaly Buka (NO REVIEWS)
Thanks, sure I'll wait Albert or Gene. https://chromiumcodereview.appspot.com/10968031/diff/7023/chrome/service/cloud_print/connector_settings.cc File chrome/service/cloud_print/connector_settings.cc (right): https://chromiumcodereview.appspot.com/10968031/diff/7023/chrome/service/cloud_print/connector_settings.cc#newcode13 chrome/service/cloud_print/connector_settings.cc:13: const char ...
8 years, 3 months ago (2012-09-21 20:36:37 UTC) #3
gene
https://chromiumcodereview.appspot.com/10968031/diff/13004/chrome/service/cloud_print/connector_settings.cc File chrome/service/cloud_print/connector_settings.cc (right): https://chromiumcodereview.appspot.com/10968031/diff/13004/chrome/service/cloud_print/connector_settings.cc#newcode61 chrome/service/cloud_print/connector_settings.cc:61: print_system_settings_.reset(source.print_system_settings()->DeepCopy()); copy remove_missing_printers_ as well here? https://chromiumcodereview.appspot.com/10968031/diff/13004/chrome/service/cloud_print/connector_settings.h File chrome/service/cloud_print/connector_settings.h ...
8 years, 3 months ago (2012-09-21 22:08:36 UTC) #4
Vitaly Buka (NO REVIEWS)
https://chromiumcodereview.appspot.com/10968031/diff/13004/chrome/service/cloud_print/connector_settings.h File chrome/service/cloud_print/connector_settings.h (right): https://chromiumcodereview.appspot.com/10968031/diff/13004/chrome/service/cloud_print/connector_settings.h#newcode36 chrome/service/cloud_print/connector_settings.h:36: bool remove_missing_printers() const { On 2012/09/21 22:08:36, gene wrote: ...
8 years, 3 months ago (2012-09-21 22:34:09 UTC) #5
Vitaly Buka (NO REVIEWS)
https://chromiumcodereview.appspot.com/10968031/diff/13004/chrome/service/cloud_print/connector_settings.cc File chrome/service/cloud_print/connector_settings.cc (right): https://chromiumcodereview.appspot.com/10968031/diff/13004/chrome/service/cloud_print/connector_settings.cc#newcode61 chrome/service/cloud_print/connector_settings.cc:61: print_system_settings_.reset(source.print_system_settings()->DeepCopy()); On 2012/09/21 22:08:36, gene wrote: > copy remove_missing_printers_ ...
8 years, 3 months ago (2012-09-21 22:35:28 UTC) #6
Vitaly Buka (NO REVIEWS)
https://chromiumcodereview.appspot.com/10968031/diff/1040/chrome/service/cloud_print/connector_settings.cc#newcode15 > chrome/service/cloud_print/connector_settings.cc:15: const char > kDeleteOnEnumFail[] = "delete_on_enum_fail"; > nit: since the logic for ...
8 years, 3 months ago (2012-09-21 22:39:20 UTC) #7
gene
lgtm
8 years, 3 months ago (2012-09-21 22:50:35 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vitalybuka@chromium.org/10968031/1053
8 years, 3 months ago (2012-09-21 22:50:51 UTC) #9
commit-bot: I haz the power
8 years, 3 months ago (2012-09-22 02:13:12 UTC) #10
Change committed as 158149

Powered by Google App Engine
This is Rietveld 408576698