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

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

Issue 2365763002: [Sync] Removed passphrase helper methods, removed ((n)) pattern, and fixed lint violations. (Closed)
Patch Set: Removed useless pass-through accessors. Created 4 years, 3 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/sync_test.h
diff --git a/chrome/browser/sync/test/integration/sync_test.h b/chrome/browser/sync/test/integration/sync_test.h
index 6ba2eb3dc13bfe1399459f6be2b97d5f55191f84..052afe8a822cf9028af782b81c30b803bf5c0e8c 100644
--- a/chrome/browser/sync/test/integration/sync_test.h
+++ b/chrome/browser/sync/test/integration/sync_test.h
@@ -97,18 +97,18 @@ class SyncTest : public InProcessBrowserTest {
// The type of server we're running against.
enum ServerType {
SERVER_TYPE_UNDECIDED,
- LOCAL_PYTHON_SERVER, // The mock python server that runs locally and is
- // part of the Chromium checkout.
- LOCAL_LIVE_SERVER, // Some other server (maybe the real binary used by
- // Google's sync service) that can be started on
- // a per-test basis by running a command
- EXTERNAL_LIVE_SERVER, // A remote server that the test code has no control
- // over whatsoever; cross your fingers that the
- // account state is initially clean.
- IN_PROCESS_FAKE_SERVER, // The fake Sync server (FakeServer) running
- // in-process (bypassing HTTP calls). This
- // ServerType will eventually replace
- // LOCAL_PYTHON_SERVER.
+ LOCAL_PYTHON_SERVER, // The mock python server that runs locally and is
+ // part of the Chromium checkout.
+ LOCAL_LIVE_SERVER, // Some other server (maybe the real binary used by
+ // Google's sync service) that can be started on
+ // a per-test basis by running a command
+ EXTERNAL_LIVE_SERVER, // A remote server that the test code has no control
+ // over whatsoever; cross your fingers that the
+ // account state is initially clean.
+ IN_PROCESS_FAKE_SERVER, // The fake Sync server (FakeServer) running
+ // in-process (bypassing HTTP calls). This
+ // ServerType will eventually replace
+ // LOCAL_PYTHON_SERVER.
};
// A SyncTest must be associated with a particular test type.

Powered by Google App Engine
This is Rietveld 408576698