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

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

Issue 7828055: Move sync test code out of chrome/test (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 4 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/PRESUBMIT.py ('k') | chrome/test/live_sync/apps_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/live_sync/apps_helper.h
===================================================================
--- chrome/test/live_sync/apps_helper.h (revision 99413)
+++ chrome/test/live_sync/apps_helper.h (working copy)
@@ -1,48 +0,0 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef CHROME_TEST_LIVE_SYNC_APPS_HELPER_H_
-#define CHROME_TEST_LIVE_SYNC_APPS_HELPER_H_
-#pragma once
-
-#include "base/basictypes.h"
-#include "base/compiler_specific.h"
-#include "chrome/test/live_sync/live_sync_test.h"
-
-class Profile;
-
-namespace apps_helper {
-
-// Returns true iff the profile with index |index| has the same apps as the
-// verifier.
-bool HasSameAppsAsVerifier(int index) WARN_UNUSED_RESULT;
-
-// Returns true iff all existing profiles have the same apps as the verifier.
-bool AllProfilesHaveSameAppsAsVerifier() WARN_UNUSED_RESULT;
-
-// Installs the app for the given index to |profile|.
-void InstallApp(Profile* profile, int index);
-
-// Uninstalls the app for the given index from |profile|. Assumes that it was
-// previously installed.
-void UninstallApp(Profile* profile, int index);
-
-// Installs all pending synced apps for |profile|.
-void InstallAppsPendingForSync(Profile* profile);
-
-// Enables the app for the given index on |profile|.
-void EnableApp(Profile* profile, int index);
-
-// Disables the appfor the given index on |profile|.
-void DisableApp(Profile* profile, int index);
-
-// Enables the app for the given index in incognito mode on |profile|.
-void IncognitoEnableApp(Profile* profile, int index);
-
-// Disables the app for the given index in incognito mode on |profile|.
-void IncognitoDisableApp(Profile* profile, int index);
-
-} // namespace apps_helper
-
-#endif // CHROME_TEST_LIVE_SYNC_APPS_HELPER_H_
« no previous file with comments | « chrome/test/live_sync/PRESUBMIT.py ('k') | chrome/test/live_sync/apps_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698