chromium/components/translate/content/browser/content_translate_util.cc

// Copyright 2020 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "components/translate/content/browser/content_translate_util.h"

#include "content/public/common/url_constants.h"
#include "url/gurl.h"

namespace translate {

bool IsTranslatableURL(const GURL& url) {}

}  // namespace translate