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

Unified Diff: chrome/browser/sync/test/integration/extensions_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/extensions_helper.h
diff --git a/chrome/browser/sync/test/integration/extensions_helper.h b/chrome/browser/sync/test/integration/extensions_helper.h
index 20f95d6e4304e694a5eac62455bb08b11be7ce7a..2590084aa90d5e8c156076430d6b9c43a779ca82 100644
--- a/chrome/browser/sync/test/integration/extensions_helper.h
+++ b/chrome/browser/sync/test/integration/extensions_helper.h
@@ -32,6 +32,10 @@ bool AllProfilesHaveSameExtensions() WARN_UNUSED_RESULT;
// extension ID of the new extension.
std::string InstallExtension(Profile* profile, int index);
+// Installs the extension for the given index to all profiles (including the
+// verifier), and returns the extension ID of the new extension.
+std::string InstallExtensionForAllProfiles(int index);
+
// Uninstalls the extension for the given index from |profile|. Assumes that
// it was previously installed.
void UninstallExtension(Profile* profile, int index);

Powered by Google App Engine
This is Rietveld 408576698