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

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

Issue 11308072: Include v2 packaged apps in sync. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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 bd6a9688ddf4f38bf2a5f40792e45f756fde664c..2fa27bf648e20128698912ed684fa2b4b3c522b3 100644
--- a/chrome/browser/sync/test/integration/apps_helper.h
+++ b/chrome/browser/sync/test/integration/apps_helper.h
@@ -25,6 +25,10 @@ bool AllProfilesHaveSameAppsAsVerifier() WARN_UNUSED_RESULT;
// ID of the new app.
std::string InstallApp(Profile* profile, int index);
+// Installs the platform app for the given index to |profile|, and returns the
+// extension ID of the new app.
+std::string InstallPlatformApp(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);

Powered by Google App Engine
This is Rietveld 408576698