[blink] Unique pointers in Platform.h
https://codereview.chromium.org/2846843002
This commit is contained in:
parent
7ad524fa34
commit
f847291272
3 changed files with 6 additions and 5 deletions
|
@ -30,10 +30,9 @@ class TtsDispatcher
|
|||
public content::RenderThreadObserver {
|
||||
public:
|
||||
explicit TtsDispatcher(blink::WebSpeechSynthesizerClient* client);
|
||||
|
||||
private:
|
||||
virtual ~TtsDispatcher();
|
||||
|
||||
private:
|
||||
// RenderProcessObserver override.
|
||||
virtual bool OnControlMessageReceived(const IPC::Message& message) override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue