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

Unified Diff: chrome/browser/sync/test/integration/two_client_apps_sync_test.cc

Issue 1136543003: Extensions: Store disable reasons in Sync (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review2 Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/sync/test/integration/two_client_apps_sync_test.cc
diff --git a/chrome/browser/sync/test/integration/two_client_apps_sync_test.cc b/chrome/browser/sync/test/integration/two_client_apps_sync_test.cc
index 19f360d2b5bc4eb3405c05a1d1da636c225a6e86..4989ae24b4e06ee3fa5c89cec99ca31f07457661 100644
--- a/chrome/browser/sync/test/integration/two_client_apps_sync_test.cc
+++ b/chrome/browser/sync/test/integration/two_client_apps_sync_test.cc
@@ -409,6 +409,7 @@ IN_PROC_BROWSER_TEST_F(TwoClientAppsSyncTest, UnexpectedLaunchType) {
extensions::AppSyncData invalid_launch_type_data(
*extension,
original_data.extension_sync_data().enabled(),
+ original_data.extension_sync_data().disable_reasons(),
original_data.extension_sync_data().incognito_enabled(),
original_data.extension_sync_data().remote_install(),
original_data.extension_sync_data().all_urls_enabled(),

Powered by Google App Engine
This is Rietveld 408576698