diff options
author | rsimha@chromium.org <rsimha@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-07 22:43:05 +0000 |
---|---|---|
committer | rsimha@chromium.org <rsimha@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-07 22:43:05 +0000 |
commit | a1c62688a8dc650f9a564e9cd86d9f26ec890d8d (patch) | |
tree | 929798881f3d450fd7d4f0c689949500e64442d7 /chrome/common | |
parent | 4cbf13c20a9e18538515e2a83c2fbfd01659eaad (diff) | |
download | chromium_src-a1c62688a8dc650f9a564e9cd86d9f26ec890d8d.zip chromium_src-a1c62688a8dc650f9a564e9cd86d9f26ec890d8d.tar.gz chromium_src-a1c62688a8dc650f9a564e9cd86d9f26ec890d8d.tar.bz2 |
Revert 58768 - Adding the sync-notification-host command line parameter to the integration tests.
The sync integration tests currently access the network to communicate
with the notification server. We need to move to a model where all
server accesses are stubbed out by local servers. This is the first step
towards implementing a local notification server.
BUG=53933,53931
TEST=sync_integration_tests
Review URL: http://codereview.chromium.org/3326007
TBR=rsimha@chromium.org
Review URL: http://codereview.chromium.org/3318016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58769 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/chrome_switches.cc | 3 | ||||
-rw-r--r-- | chrome/common/chrome_switches.h | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc index cbc2e5f..4c916d3 100644 --- a/chrome/common/chrome_switches.cc +++ b/chrome/common/chrome_switches.cc @@ -1006,9 +1006,6 @@ const char kSyncerThreadTimedStop[] = "syncer-thread-timed-stop"; // Override the default notification method for sync. const char kSyncNotificationMethod[] = "sync-notification-method"; -// Override the default host used for sync notifications. -const char kSyncNotificationHost[] = "sync-notification-host"; - // Password used for sync. const char kSyncPassword[] = "password"; diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h index af20098..74bec36 100644 --- a/chrome/common/chrome_switches.h +++ b/chrome/common/chrome_switches.h @@ -284,7 +284,6 @@ extern const char kSyncDisableTls[]; extern const char kSyncEmail[]; extern const char kSyncerThreadTimedStop[]; extern const char kSyncNotificationMethod[]; -extern const char kSyncNotificationHost[]; extern const char kSyncPassword[]; extern const char kSyncPort[]; extern const char kSyncServer[]; |