| Index: third_party/WebKit/Source/core/origin_trials/testing/InternalsFrobulate.cpp
|
| diff --git a/third_party/WebKit/Source/core/origin_trials/testing/InternalsFrobulate.cpp b/third_party/WebKit/Source/core/origin_trials/testing/InternalsFrobulate.cpp
|
| index 033c67834fef1206b01fe6a60b5c5a4df7aecbbc..aed634e711b7600d9b41135232fd6a5d9a02aa18 100644
|
| --- a/third_party/WebKit/Source/core/origin_trials/testing/InternalsFrobulate.cpp
|
| +++ b/third_party/WebKit/Source/core/origin_trials/testing/InternalsFrobulate.cpp
|
| @@ -27,4 +27,10 @@ bool InternalsFrobulate::frobulateNoEnabledCheck(Internals& internals)
|
| return true;
|
| }
|
|
|
| +// static
|
| +bool InternalsFrobulate::frobulateStatic()
|
| +{
|
| + return true;
|
| +}
|
| +
|
| } // namespace blink
|
|
|