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

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

Issue 782693002: Ensure there are always nice icons for bookmark apps. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Mac compile Created 6 years 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 8cf9393ba4b4fd2177b19786a7e6293f081e0483..58d590acad46ad150e507b4015638c32d4a88a3b 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
@@ -443,7 +443,7 @@ IN_PROC_BROWSER_TEST_F(TwoClientAppsSyncTest, BookmarkApp) {
extensions::NOTIFICATION_CRX_INSTALLER_DONE,
content::NotificationService::AllSources());
extensions::CreateOrUpdateBookmarkApp(GetExtensionService(GetProfile(0)),
- web_app_info);
+ &web_app_info);
windowed_observer.Wait();
EXPECT_EQ(num_extensions,
GetExtensionRegistry(GetProfile(0))->enabled_extensions().size());
@@ -453,7 +453,7 @@ IN_PROC_BROWSER_TEST_F(TwoClientAppsSyncTest, BookmarkApp) {
extensions::NOTIFICATION_CRX_INSTALLER_DONE,
content::NotificationService::AllSources());
extensions::CreateOrUpdateBookmarkApp(GetExtensionService(verifier()),
- web_app_info);
+ &web_app_info);
windowed_observer.Wait();
EXPECT_EQ(num_extensions,
GetExtensionRegistry(verifier())->enabled_extensions().size());
« no previous file with comments | « chrome/browser/extensions/extension_sync_service.cc ('k') | chrome/browser/ui/cocoa/browser_window_cocoa.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698