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

Issue 7888047: Added Instant preference syncing and tests. (Closed)

Created:
9 years, 3 months ago by csharp
Modified:
9 years, 2 months ago
CC:
chromium-reviews, Raghu Simha, ncarter (slow), tim (not reviewing), idana, sky, SteveT
Visibility:
Public.

Description

Added Instant preference syncing and tests. BUG=77207 TEST=Enabled Instant checkbox in one browser instance with synced profile. Launch another instance of the browser with the same profile and ensure the checkbox has been properly changed. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=101568

Patch Set 1 #

Total comments: 6

Patch Set 2 : Adding code for prefs::kInstantEnabledTime testing #

Patch Set 3 : Add ability for applications to sync position on NTP #

Unified diffs Side-by-side diffs Delta from patch set Stats (+131 lines, -26 lines) Patch
M chrome/browser/extensions/extension_service.h View 1 2 1 chunk +9 lines, -0 lines 0 comments Download
M chrome/browser/extensions/extension_service.cc View 1 2 6 chunks +56 lines, -3 lines 0 comments Download
M chrome/browser/extensions/extension_sync_data.h View 1 2 5 chunks +16 lines, -3 lines 0 comments Download
M chrome/browser/extensions/extension_sync_data.cc View 1 2 5 chunks +37 lines, -17 lines 0 comments Download
M chrome/browser/sync/protocol/app_specifics.proto View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/sync/protocol/proto_value_conversions.cc View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/ntp/app_launcher_handler.cc View 1 2 3 chunks +5 lines, -3 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
csharp
Changelist to add the instant preference option to preference sync http://codereview.chromium.org/7888047/diff/1/chrome/browser/sync/test/integration/two_client_preferences_sync_test.cc File chrome/browser/sync/test/integration/two_client_preferences_sync_test.cc (right): http://codereview.chromium.org/7888047/diff/1/chrome/browser/sync/test/integration/two_client_preferences_sync_test.cc#newcode180 ...
9 years, 3 months ago (2011-09-14 20:13:22 UTC) #1
Nicolas Zea
http://codereview.chromium.org/7888047/diff/1/chrome/browser/instant/instant_controller.cc File chrome/browser/instant/instant_controller.cc (right): http://codereview.chromium.org/7888047/diff/1/chrome/browser/instant/instant_controller.cc#newcode95 chrome/browser/instant/instant_controller.cc:95: PrefService::SYNCABLE_PREF); Have you verified that this value is cross-platform ...
9 years, 3 months ago (2011-09-14 21:32:12 UTC) #2
csharp
http://codereview.chromium.org/7888047/diff/1/chrome/browser/instant/instant_controller.cc File chrome/browser/instant/instant_controller.cc (right): http://codereview.chromium.org/7888047/diff/1/chrome/browser/instant/instant_controller.cc#newcode95 chrome/browser/instant/instant_controller.cc:95: PrefService::SYNCABLE_PREF); I have not, I had thought that it ...
9 years, 3 months ago (2011-09-15 13:39:12 UTC) #3
Nicolas Zea
LGTM with sync trybot runs (linux_sync, win_sync, mac_sync) http://codereview.chromium.org/7888047/diff/1/chrome/browser/instant/instant_controller.cc File chrome/browser/instant/instant_controller.cc (right): http://codereview.chromium.org/7888047/diff/1/chrome/browser/instant/instant_controller.cc#newcode95 chrome/browser/instant/instant_controller.cc:95: PrefService::SYNCABLE_PREF); ...
9 years, 3 months ago (2011-09-15 19:48:57 UTC) #4
csharp
Patch submitted to try-bots twice. First time was submitted by stevet@chromium.org and ran against all ...
9 years, 3 months ago (2011-09-16 17:58:10 UTC) #5
Nicolas Zea
Cool, LGTM
9 years, 3 months ago (2011-09-16 17:59:48 UTC) #6
commit-bot: I haz the power
9 years, 3 months ago (2011-09-16 21:07:31 UTC) #7
Change committed as 101568

Powered by Google App Engine
This is Rietveld 408576698