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

Side by Side Diff: third_party/WebKit/Source/bindings/modules/v8/ConditionalFeaturesForModules.h

Issue 2640823004: Allow origin trials to be enabled by script (Closed)
Patch Set: Address nit Created 3 years, 10 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
1 // Copyright 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef ConditionalFeaturesForModules_h 5 #ifndef ConditionalFeaturesForModules_h
6 #define ConditionalFeaturesForModules_h 6 #define ConditionalFeaturesForModules_h
7 7
8 #include "bindings/core/v8/ConditionalFeatures.h" 8 #include "bindings/core/v8/ConditionalFeatures.h"
9 9
10 namespace blink { 10 namespace blink {
11 11
12 void installConditionalFeaturesForModules(const WrapperTypeInfo*,
13 const ScriptState*,
14 v8::Local<v8::Object>,
15 v8::Local<v8::Function>);
16
17 void registerInstallConditionalFeaturesForModules(); 12 void registerInstallConditionalFeaturesForModules();
18 13
19 } // namespace blink 14 } // namespace blink
20 15
21 #endif // ConditionalFeaturesForModules_h 16 #endif // ConditionalFeaturesForModules_h
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698