Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / components / offline_pages / offline_page_feature.h
blob0bf6ad2d2628782477503dd9677a737ba68196fe
1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef COMPONENTS_OFFLINE_PAGES_OFFLINE_PAGE_FEATURE_H_
6 #define COMPONENTS_OFFLINE_PAGES_OFFLINE_PAGE_FEATURE_H_
8 #include "build/build_config.h"
10 #if defined(OS_ANDROID)
12 namespace offline_pages {
14 // Returns true if offline pages is enabled.
15 bool IsOfflinePagesEnabled();
17 } // namespace offline_pages
19 #endif // defined(OS_ANDROID)
21 #endif // COMPONENTS_OFFLINE_PAGES_OFFLINE_PAGE_FEATURE_H_