blob: aa33552f8ae00672517d9417f967e2d26ef1ef7c [file] [log] [blame]
// Copyright 2021 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 "remoting/host/it2me/it2me_native_messaging_host_allowed_origins.h"
#include "base/stl_util.h"
namespace remoting {
// If you modify the list of allowed_origins, don't forget to update
// remoting/host/it2me/com.google.chrome.remote_assistance.json.jinja2
// to keep the two lists in sync.
const char* const kIt2MeOrigins[] = {
"chrome-extension://inomeogfingihgjfjlpeplalcfajhgai/",
"chrome-extension://hpodccmdligbeohchckkeajbfohibipg/"};
const size_t kIt2MeOriginsSize = base::size(kIt2MeOrigins);
const char kIt2MeNativeMessageHostName[] =
"com.google.chrome.remote_assistance";
} // namespace remoting