| Index: content/child/blink_platform_impl.h
|
| diff --git a/content/child/blink_platform_impl.h b/content/child/blink_platform_impl.h
|
| index 95026636ba15b20b855f34c8fa0155a2d7d67c78..8ca60eae4f68e4fac82e1e9e76b75020aa942acc 100644
|
| --- a/content/child/blink_platform_impl.h
|
| +++ b/content/child/blink_platform_impl.h
|
| @@ -174,6 +174,8 @@
|
| void ResumeSharedTimer();
|
| virtual void OnStartSharedTimer(base::TimeDelta delay) {}
|
|
|
| + WebBluetoothImpl* BluetoothImplForTesting() { return bluetooth_.get(); }
|
| +
|
| virtual blink::WebString domCodeStringFromEnum(int dom_code);
|
| virtual int domEnumFromCodeString(const blink::WebString& codeString);
|
|
|
|
|