Add new certificateProvider extension API.
[chromium-blink-merge.git] / chrome / browser / ui / webui / downloads_util.h
blobf89bc096df432b8ecd53c57211826aebe04b4779
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 CHROME_BROWSER_UI_WEBUI_DOWNLOADS_UTIL_H_
6 #define CHROME_BROWSER_UI_WEBUI_DOWNLOADS_UTIL_H_
8 // Whether the Material Design version of chrome://downloads should be enabled.
9 bool MdDownloadsEnabled();
11 #endif // CHROME_BROWSER_UI_WEBUI_DOWNLOADS_UTIL_H_