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

Issue 3168009: Added classes to enable session sync functionality.... (Closed)

Created:
10 years, 4 months ago by jerrica
Modified:
9 years, 7 months ago
CC:
chromium-reviews, ncarter (slow), ben+cc_chromium.org, Raghu Simha, idana
Visibility:
Public.

Description

Added classes to enable session sync functionality. TEST=ProfileSyncServiceSessionTest BUG=30519

Patch Set 1 : '' #

Patch Set 2 : '' #

Total comments: 2

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2109 lines, -40 lines) Patch
A chrome/browser/dom_ui/foreign_session_handler.h View 1 chunk +66 lines, -0 lines 0 comments Download
A chrome/browser/dom_ui/foreign_session_handler.cc View 1 chunk +151 lines, -0 lines 0 comments Download
M chrome/browser/dom_ui/new_tab_ui.cc View 2 chunks +3 lines, -0 lines 0 comments Download
A chrome/browser/dom_ui/value_helper.h View 1 chunk +25 lines, -0 lines 0 comments Download
A chrome/browser/dom_ui/value_helper.cc View 1 chunk +47 lines, -0 lines 0 comments Download
M chrome/browser/sessions/session_restore.h View 2 chunks +6 lines, -0 lines 0 comments Download
M chrome/browser/sessions/session_restore.cc View 2 chunks +37 lines, -0 lines 0 comments Download
M chrome/browser/sessions/session_types.h View 1 2 2 chunks +13 lines, -1 line 0 comments Download
M chrome/browser/sessions/session_types.cc View 1 chunk +10 lines, -0 lines 0 comments Download
M chrome/browser/sessions/tab_restore_service.h View 2 chunks +4 lines, -5 lines 0 comments Download
M chrome/browser/sync/abstract_profile_sync_service_test.h View 1 2 3 5 chunks +20 lines, -8 lines 0 comments Download
M chrome/browser/sync/engine/syncapi.h View 4 chunks +11 lines, -0 lines 0 comments Download
M chrome/browser/sync/engine/syncapi.cc View 5 chunks +23 lines, -1 line 0 comments Download
M chrome/browser/sync/glue/data_type_manager_impl.cc View 1 chunk +1 line, -0 lines 0 comments Download
A chrome/browser/sync/glue/session_change_processor.h View 1 chunk +75 lines, -0 lines 0 comments Download
A chrome/browser/sync/glue/session_change_processor.cc View 1 chunk +132 lines, -0 lines 0 comments Download
A chrome/browser/sync/glue/session_data_type_controller.h View 1 chunk +85 lines, -0 lines 0 comments Download
A chrome/browser/sync/glue/session_data_type_controller.cc View 1 2 1 chunk +113 lines, -0 lines 0 comments Download
A chrome/browser/sync/glue/session_model_associator.h View 1 chunk +201 lines, -0 lines 0 comments Download
A chrome/browser/sync/glue/session_model_associator.cc View 1 2 1 chunk +527 lines, -0 lines 0 comments Download
M chrome/browser/sync/profile_sync_factory.h View 1 chunk +7 lines, -0 lines 0 comments Download
M chrome/browser/sync/profile_sync_factory_impl.h View 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/sync/profile_sync_factory_impl.cc View 4 chunks +24 lines, -0 lines 0 comments Download
M chrome/browser/sync/profile_sync_factory_impl_unittest.cc View 6 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/sync/profile_sync_factory_mock.h View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/sync/profile_sync_service.h View 5 chunks +11 lines, -4 lines 0 comments Download
M chrome/browser/sync/profile_sync_service.cc View 5 chunks +18 lines, -4 lines 0 comments Download
M chrome/browser/sync/profile_sync_service_password_unittest.cc View 1 chunk +0 lines, -1 line 0 comments Download
A chrome/browser/sync/profile_sync_service_session_unittest.cc View 1 2 3 1 chunk +417 lines, -0 lines 0 comments Download
M chrome/browser/sync/profile_sync_service_typed_url_unittest.cc View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/sync/sync_setup_flow.cc View 4 chunks +10 lines, -1 line 0 comments Download
M chrome/browser/sync/sync_setup_wizard_unittest.cc View 1 2 3 3 chunks +2 lines, -4 lines 0 comments Download
M chrome/browser/sync/syncable/model_type.h View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/sync/syncable/model_type.cc View 7 chunks +16 lines, -0 lines 0 comments Download
M chrome/browser/views/bookmark_bar_view_unittest.cc View 1 chunk +1 line, -3 lines 0 comments Download
M chrome/chrome.gyp View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 3 chunks +10 lines, -0 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/chrome_switches.h View 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/common/chrome_switches.cc View 2 chunks +6 lines, -0 lines 0 comments Download
M chrome/common/notification_type.h View 1 chunk +10 lines, -0 lines 0 comments Download
M chrome/common/pref_names.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/pref_names.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/browser_with_test_window_test.h View 2 chunks +3 lines, -0 lines 0 comments Download
M chrome/test/browser_with_test_window_test.cc View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 9 (0 generated)
jerrica
Hey guys, When you get a chance, could you review these for me? Thanks, Jerrica
10 years, 4 months ago (2010-08-13 20:49:38 UTC) #1
Paweł Hajdan Jr.
Drive-by with a test comment. Please let me take another look before committing. http://codereview.chromium.org/3168009/diff/55003/71029 File ...
10 years, 4 months ago (2010-08-13 21:08:44 UTC) #2
tim (not reviewing)
On 2010/08/13 21:08:44, Paweł Hajdan Jr. wrote: > Drive-by with a test comment. Please let ...
10 years, 4 months ago (2010-08-13 21:18:12 UTC) #3
Paweł Hajdan Jr.
Without ScopedTempDir you're going to run into other problems, like temporary file pollution, or collision. ...
10 years, 4 months ago (2010-08-13 21:31:59 UTC) #4
jerrica
Hey guys, Could you please review my changes when you get a chance? Thanks, Jerrica
10 years, 4 months ago (2010-08-14 00:55:29 UTC) #5
jerrica
I changed it to use the scoped version. Please let me know what you think. ...
10 years, 4 months ago (2010-08-14 00:56:31 UTC) #6
tim (not reviewing)
Pending Pawel's approval, this LGTM based on our full in person review of the code ...
10 years, 4 months ago (2010-08-14 01:01:15 UTC) #7
tim (not reviewing)
Hi Pawel, Friday was jerrica's last day so we'll have to abandon this patch. I've ...
10 years, 4 months ago (2010-08-15 19:43:20 UTC) #8
tim (not reviewing)
10 years, 4 months ago (2010-08-15 19:43:21 UTC) #9
Hi Pawel, Friday was jerrica's last day so we'll have to abandon this patch. 
I've re-uploaded as my own issue at http://codereview.chromium.org/3184004. 
Please review there at your earliest convenience.  Thanks.

Powered by Google App Engine
This is Rietveld 408576698