blob: 8411af3ef7cea384294e7e4c774fbdb1f74d3ee4 [file] [log] [blame]
// Copyright 2014 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.
#include "components/invalidation/impl/invalidation_switches.h"
namespace invalidation {
namespace switches {
// Invalidation service should use GCM network channel even if experiment is not
// enabled.
const char kInvalidationUseGCMChannel[] = "invalidation-use-gcm-channel";
// Overrides the default host:port used for notifications.
const char kSyncNotificationHostPort[] = "sync-notification-host-port";
// Allows insecure XMPP connections for sync (for testing).
const char kSyncAllowInsecureXmppConnection[] =
"sync-allow-insecure-xmpp-connection";
const base::Feature kFCMInvalidations = {"FCMInvalidations",
base::FEATURE_DISABLED_BY_DEFAULT};
} // namespace switches
} // namespace invalidation