blob: 31d32cd6dde8012a9dc7f697da7db6f772b5f15b [file] [log] [blame]
// Copyright 2017 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 "chrome/browser/offline_pages/offline_page_origin_utils.h"
#include "chrome/browser/offline_pages/android/offline_page_bridge.h"
#include "content/public/browser/web_contents.h"
namespace offline_pages {
// static
std::string OfflinePageOriginUtils::GetEncodedOriginAppFor(
content::WebContents* web_contents) {
return android::OfflinePageBridge::GetEncodedOriginApp(web_contents);
}
} // namespace offline_pages