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

Issue 11038063: Support chrome_to_mobile job receiving

Created:
8 years, 2 months ago by Chen Yu
Modified:
8 years, 1 month ago
Reviewers:
Visibility:
Public.

Description

Support chrome_to_mobile job receiving Support chrome_to_mobile job receiving. Also move some cloud print utility methods from chrome/service to chrome/common. BUG=NONE

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : Add chrome_to_mobile code #

Patch Set 7 : Remove caching oauth2 token fetcher #

Patch Set 8 : Fix format #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9197 lines, -353 lines) Patch
A chrome/browser/chrome_to_mobile/common/cloud_print_request.h View 1 2 3 4 5 1 chunk +128 lines, -0 lines 0 comments Download
A chrome/browser/chrome_to_mobile/common/cloud_print_request.cc View 1 2 3 4 5 1 chunk +91 lines, -0 lines 0 comments Download
A chrome/browser/chrome_to_mobile/common/cloud_print_request_factory.h View 1 2 3 4 5 1 chunk +36 lines, -0 lines 0 comments Download
A chrome/browser/chrome_to_mobile/common/cloud_print_request_impl.h View 1 2 3 4 5 1 chunk +64 lines, -0 lines 0 comments Download
A chrome/browser/chrome_to_mobile/common/cloud_print_request_impl.cc View 1 2 3 4 5 1 chunk +280 lines, -0 lines 0 comments Download
A chrome/browser/chrome_to_mobile/common/cloud_print_request_impl_unittest.cc View 1 2 3 4 5 1 chunk +205 lines, -0 lines 0 comments Download
A chrome/browser/chrome_to_mobile/common/test_cloud_print_request_factory.h View 1 2 3 4 5 1 chunk +115 lines, -0 lines 0 comments Download
A chrome/browser/chrome_to_mobile/common/test_cloud_print_request_factory.cc View 1 2 3 4 5 1 chunk +167 lines, -0 lines 0 comments Download
A chrome/browser/chrome_to_mobile/receive/chrome_to_mobile_print_to_phone_jobs_fetcher.h View 1 2 3 4 5 1 chunk +128 lines, -0 lines 0 comments Download
A chrome/browser/chrome_to_mobile/receive/chrome_to_mobile_print_to_phone_jobs_fetcher.cc View 1 2 3 4 5 1 chunk +217 lines, -0 lines 0 comments Download
A chrome/browser/chrome_to_mobile/receive/chrome_to_mobile_print_to_phone_jobs_fetcher_unittest.cc View 1 2 3 4 5 1 chunk +478 lines, -0 lines 0 comments Download
A chrome/browser/chrome_to_mobile/receive/chrome_to_mobile_receive_backend.h View 1 2 3 4 5 1 chunk +213 lines, -0 lines 0 comments Download
A chrome/browser/chrome_to_mobile/receive/chrome_to_mobile_receive_backend.cc View 1 2 3 4 5 6 7 1 chunk +312 lines, -0 lines 0 comments Download
A chrome/browser/chrome_to_mobile/receive/chrome_to_mobile_receive_device_manager.h View 1 2 3 4 5 1 chunk +127 lines, -0 lines 0 comments Download
A chrome/browser/chrome_to_mobile/receive/chrome_to_mobile_receive_device_manager.cc View 1 2 3 4 5 1 chunk +285 lines, -0 lines 0 comments Download
A chrome/browser/chrome_to_mobile/receive/chrome_to_mobile_receive_device_manager_unittest.cc View 1 2 3 4 5 1 chunk +367 lines, -0 lines 0 comments Download
A chrome/browser/chrome_to_mobile/receive/chrome_to_mobile_receive_job_observer.h View 1 2 3 4 5 6 1 chunk +47 lines, -0 lines 0 comments Download
A chrome/browser/chrome_to_mobile/receive/chrome_to_mobile_receive_job_observer.cc View 1 2 3 4 5 1 chunk +12 lines, -0 lines 0 comments Download
A chrome/browser/chrome_to_mobile/receive/chrome_to_mobile_receive_service.h View 1 2 3 4 5 6 7 1 chunk +202 lines, -0 lines 0 comments Download
A chrome/browser/chrome_to_mobile/receive/chrome_to_mobile_receive_service.cc View 1 2 3 4 5 6 7 1 chunk +544 lines, -0 lines 0 comments Download
A chrome/browser/chrome_to_mobile/receive/chrome_to_mobile_receive_service_factory.h View 1 2 3 4 5 6 1 chunk +37 lines, -0 lines 0 comments Download
A chrome/browser/chrome_to_mobile/receive/chrome_to_mobile_receive_service_factory.cc View 1 2 3 4 5 1 chunk +39 lines, -0 lines 0 comments Download
A chrome/browser/chrome_to_mobile/receive/chrome_to_mobile_receive_service_observer.h View 1 2 3 4 5 1 chunk +24 lines, -0 lines 0 comments Download
A chrome/browser/chrome_to_mobile/receive/chrome_to_mobile_receive_service_observer.cc View 1 2 3 4 5 1 chunk +12 lines, -0 lines 0 comments Download
A chrome/browser/chrome_to_mobile/receive/chrome_to_mobile_receive_service_unittest.cc View 1 2 3 4 5 6 7 1 chunk +845 lines, -0 lines 0 comments Download
A chrome/browser/chrome_to_mobile/receive/chrome_to_mobile_receive_util.h View 1 2 3 4 5 6 1 chunk +117 lines, -0 lines 0 comments Download
A chrome/browser/chrome_to_mobile/receive/chrome_to_mobile_receive_util.cc View 1 2 3 4 5 1 chunk +291 lines, -0 lines 0 comments Download
A chrome/browser/chrome_to_mobile/receive/chrome_to_mobile_receive_util_ios.mm View 1 2 3 4 5 1 chunk +53 lines, -0 lines 0 comments Download
A chrome/browser/chrome_to_mobile/receive/chrome_to_mobile_receive_util_stub.cc View 1 2 3 4 5 1 chunk +29 lines, -0 lines 0 comments Download
A chrome/browser/chrome_to_mobile/receive/chrome_to_mobile_receive_util_unittest.cc View 1 2 3 4 5 1 chunk +302 lines, -0 lines 0 comments Download
A chrome/browser/chrome_to_mobile/receive/chrome_to_mobile_receiving_device_info_handler.h View 1 2 3 4 5 1 chunk +40 lines, -0 lines 0 comments Download
A chrome/browser/chrome_to_mobile/receive/chrome_to_mobile_receiving_device_info_handler.cc View 1 2 3 4 5 1 chunk +31 lines, -0 lines 0 comments Download
A chrome/browser/chrome_to_mobile/receive/chrome_to_mobile_receiving_device_info_handler_ios.h View 1 2 3 4 5 6 1 chunk +37 lines, -0 lines 0 comments Download
A chrome/browser/chrome_to_mobile/receive/chrome_to_mobile_receiving_device_info_handler_ios.mm View 1 2 3 4 5 1 chunk +85 lines, -0 lines 0 comments Download
A chrome/browser/chrome_to_mobile/receive/chrome_to_mobile_snapshots_fetcher.h View 1 2 3 4 5 6 1 chunk +111 lines, -0 lines 0 comments Download
A chrome/browser/chrome_to_mobile/receive/chrome_to_mobile_snapshots_fetcher.cc View 1 2 3 4 5 1 chunk +22 lines, -0 lines 0 comments Download
A chrome/browser/chrome_to_mobile/receive/chrome_to_mobile_snapshots_polling_fetcher.h View 1 2 3 4 5 6 1 chunk +114 lines, -0 lines 0 comments Download
A chrome/browser/chrome_to_mobile/receive/chrome_to_mobile_snapshots_polling_fetcher.cc View 1 2 3 4 5 6 7 1 chunk +531 lines, -0 lines 0 comments Download
A chrome/browser/chrome_to_mobile/receive/chrome_to_mobile_snapshots_polling_fetcher_unittest.cc View 1 2 3 4 5 1 chunk +1127 lines, -0 lines 0 comments Download
A chrome/browser/chrome_to_mobile/receive/testing_chrome_to_mobile_receive.h View 1 2 3 4 5 6 1 chunk +40 lines, -0 lines 0 comments Download
A chrome/browser/chrome_to_mobile/receive/testing_chrome_to_mobile_receive.cc View 1 2 3 4 5 1 chunk +28 lines, -0 lines 0 comments Download
M chrome/browser/chrome_to_mobile_service.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
A chrome/browser/signin/oauth2_token_service.h View 1 2 3 4 5 6 1 chunk +103 lines, -0 lines 0 comments Download
A chrome/browser/signin/oauth2_token_service.cc View 1 2 3 4 5 6 1 chunk +278 lines, -0 lines 0 comments Download
A chrome/browser/signin/oauth2_token_service_factory.h View 1 2 3 4 5 1 chunk +40 lines, -0 lines 0 comments Download
A chrome/browser/signin/oauth2_token_service_factory.cc View 1 2 3 4 5 1 chunk +36 lines, -0 lines 0 comments Download
M chrome/browser/signin/signin_manager.cc View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/signin/signin_manager_fake.cc View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 7 3 chunks +42 lines, -0 lines 0 comments Download
M chrome/chrome_common.gypi View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 3 4 5 6 7 3 chunks +16 lines, -0 lines 0 comments Download
M chrome/common/DEPS View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/chrome_notification_types.h View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
A chrome/common/cloud_print/cloud_print_consts.h View 1 2 3 1 chunk +46 lines, -0 lines 0 comments Download
A chrome/common/cloud_print/cloud_print_consts.cc View 1 2 3 1 chunk +44 lines, -0 lines 0 comments Download
M chrome/common/cloud_print/cloud_print_helpers.h View 1 2 3 4 4 chunks +58 lines, -5 lines 0 comments Download
M chrome/common/cloud_print/cloud_print_helpers.cc View 1 2 3 4 6 chunks +257 lines, -6 lines 0 comments Download
A chrome/common/cloud_print/cloud_print_helpers_unittest.cc View 1 2 3 4 1 chunk +86 lines, -0 lines 0 comments Download
A chrome/common/cloud_print/test_cloud_print_utils.h View 1 2 3 1 chunk +30 lines, -0 lines 0 comments Download
A chrome/common/cloud_print/test_cloud_print_utils.cc View 1 2 3 4 5 6 7 1 chunk +131 lines, -0 lines 0 comments Download
M chrome/common/pref_names.h View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/common/pref_names.cc View 1 2 3 4 5 1 chunk +11 lines, -0 lines 0 comments Download
M chrome/service/cloud_print/cloud_print_auth.cc View 1 2 3 3 chunks +7 lines, -5 lines 0 comments Download
M chrome/service/cloud_print/cloud_print_connector.cc View 1 2 3 4 9 chunks +28 lines, -25 lines 0 comments Download
M chrome/service/cloud_print/cloud_print_consts.h View 1 2 3 1 chunk +0 lines, -26 lines 0 comments Download
M chrome/service/cloud_print/cloud_print_consts.cc View 1 2 3 1 chunk +0 lines, -26 lines 0 comments Download
M chrome/service/cloud_print/cloud_print_helpers.h View 1 2 3 2 chunks +0 lines, -16 lines 0 comments Download
M chrome/service/cloud_print/cloud_print_helpers.cc View 1 2 3 3 chunks +6 lines, -158 lines 0 comments Download
D chrome/service/cloud_print/cloud_print_helpers_unittest.cc View 1 2 3 4 5 6 1 chunk +2 lines, -69 lines 0 comments Download
M chrome/service/cloud_print/cloud_print_proxy_backend.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M chrome/service/cloud_print/cloud_print_url_fetcher.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M chrome/service/cloud_print/cloud_print_wipeout.cc View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/service/cloud_print/printer_job_handler.cc View 1 2 3 6 chunks +19 lines, -16 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698