summaryrefslogtreecommitdiffstats
path: root/chrome/common/thumbnail_support.h
blob: cb642ae639a6d5c6abf5d504fa36eb32225978eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Copyright (c) 2012 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_COMMON_THUMBNAIL_SUPPORT_H_
#define CHROME_COMMON_THUMBNAIL_SUPPORT_H_
#pragma once

// TODO(mazda): Remove this file once in-browser thumbnailing is supported on
// all platforms.

// Returns true if in-browser thumbnailing is supported and not disabled by the
// command line flag.
bool ShouldEnableInBrowserThumbnailing();

#endif  // CHROME_COMMON_THUMBNAIL_SUPPORT_H_