blob: e95a5f956d2c9a3cfe1b19b6fba838881fbd86df [file] [log] [blame]
// Copyright 2018 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.
#ifndef CHROME_BROWSER_ANDROID_EXPLORE_SITES_URL_UTIL_H_
#define CHROME_BROWSER_ANDROID_EXPLORE_SITES_URL_UTIL_H_
#include "url/gurl.h"
namespace explore_sites {
// Returns the base URL for the Explore Sites server.
GURL GetBaseURL();
// Returns the URL for GetCatalog RPC.
GURL GetCatalogURL();
// Returns the URL for GetCategories RPC.
GURL GetCategoriesURL();
} // namespace explore_sites
#endif // CHROME_BROWSER_ANDROID_EXPLORE_SITES_URL_UTIL_H_