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

Unified Diff: chrome/browser/sync/test/integration/apps_helper.h

Issue 9427001: Extend TwoClientExtensionSettingsSyncTest to test app settings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: oops Created 8 years, 10 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/apps_helper.h
diff --git a/chrome/browser/sync/test/integration/apps_helper.h b/chrome/browser/sync/test/integration/apps_helper.h
index c7faae0b5f58209bd7918c912c5f121892f1a792..f42acf5aeb626e86c5416f81bc3a19b27350cb50 100644
--- a/chrome/browser/sync/test/integration/apps_helper.h
+++ b/chrome/browser/sync/test/integration/apps_helper.h
@@ -26,6 +26,10 @@ bool AllProfilesHaveSameAppsAsVerifier() WARN_UNUSED_RESULT;
// ID of the new app.
std::string InstallApp(Profile* profile, int index);
+// Installs the app for the given index to all profiles (including the
+// verifier), and returns the extension ID of the new app.
+std::string InstallAppForAllProfiles(int index);
+
// Uninstalls the app for the given index from |profile|. Assumes that it was
// previously installed.
void UninstallApp(Profile* profile, int index);

Powered by Google App Engine
This is Rietveld 408576698