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

Unified Diff: chrome/test/live_sync/live_extensions_sync_test.h

Issue 7104072: Adding new extension sync integration tests. Also modified the way that profile (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: More review changes Created 9 years, 6 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
« no previous file with comments | « chrome/test/live_sync/live_apps_sync_test.cc ('k') | chrome/test/live_sync/live_extensions_sync_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/live_sync/live_extensions_sync_test.h
diff --git a/chrome/test/live_sync/live_extensions_sync_test.h b/chrome/test/live_sync/live_extensions_sync_test.h
index ce038fa000ea2926ea4b433d38f6b492a6186cfe..9eb7233ceecc8db4d03cea59c0931ab61f42a588 100644
--- a/chrome/test/live_sync/live_extensions_sync_test.h
+++ b/chrome/test/live_sync/live_extensions_sync_test.h
@@ -41,6 +41,18 @@ class LiveExtensionsSyncTest : public LiveSyncTest {
// Installs all pending synced extensions for |profile|.
void InstallExtensionsPendingForSync(Profile* profile);
+ // Enables the extension for the given index on |profile|.
+ void EnableExtension(Profile* profile, int index);
+
+ // Disables the extension for the given index on |profile|.
+ void DisableExtension(Profile* profile, int index);
+
+ // Enables the extension for the given index in incognito mode on |profile|.
+ void IncognitoEnableExtension(Profile* profile, int index);
+
+ // Disables the extension for the given index in incognito mode on |profile|.
+ void IncognitoDisableExtension(Profile* profile, int index);
+
private:
LiveSyncExtensionHelper extension_helper_;
« no previous file with comments | « chrome/test/live_sync/live_apps_sync_test.cc ('k') | chrome/test/live_sync/live_extensions_sync_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698