Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(37)

Side by Side Diff: chrome/common/extensions/features/feature_util.h

Issue 2141703003: [Extensions] Clean up renderer channel-related code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@dc_feature_no_filter
Patch Set: Test fix Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
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.
4
5 #ifndef CHROME_COMMON_EXTENSIONS_FEATURES_FEATURE_UTIL_H_
6 #define CHROME_COMMON_EXTENSIONS_FEATURES_FEATURE_UTIL_H_
7
8 namespace extensions {
9 namespace feature_util {
10
11 // Returns true if service workers are enabled for extension schemes.
12 // TODO(lazyboy): Remove this function once extension Service Workers
13 // are enabled by default for a while.
14 bool ExtensionServiceWorkersEnabled();
15
16 } // namespace feature_util
17 } // namespace extensions
18
19 #endif // CHROME_COMMON_EXTENSIONS_FEATURES_FEATURE_UTIL_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698