blob: 8789fe58c24c69f83800d9a16366ba68d82fd139 [file] [log] [blame]
// Copyright 2019 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_OFFLINE_PAGES_ANDROID_AUTO_FETCH_NOTIFIER_H_
#define CHROME_BROWSER_OFFLINE_PAGES_ANDROID_AUTO_FETCH_NOTIFIER_H_
#include <string>
#include "base/strings/string16.h"
namespace offline_pages {
// Functions for calling into AutoFetchNotifier.java.
void ShowAutoFetchCompleteNotification(const base::string16& pageTitle,
const std::string& originalUrl,
int android_tab_id,
int64_t offline_id);
} // namespace offline_pages
#endif // CHROME_BROWSER_OFFLINE_PAGES_ANDROID_AUTO_FETCH_NOTIFIER_H_