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

Unified Diff: public/web/WebMIDIClientMock.h

Issue 574283004: Fix shared libary build for content_browsertests. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: updated Created 6 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/web/WebMIDIClientMock.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebMIDIClientMock.h
diff --git a/public/web/WebMIDIClientMock.h b/public/web/WebMIDIClientMock.h
index 4a775c266b7c5994271cbcaddde1153eda598101..289bf58de5590cdecf692c44a292c180e3eb448a 100644
--- a/public/web/WebMIDIClientMock.h
+++ b/public/web/WebMIDIClientMock.h
@@ -42,7 +42,7 @@ class MIDIClientMock;
class WebMIDIClientMock : public WebMIDIClient {
public:
BLINK_EXPORT WebMIDIClientMock();
- virtual ~WebMIDIClientMock() { reset(); }
+ virtual ~WebMIDIClientMock();
BLINK_EXPORT void setSysexPermission(bool);
BLINK_EXPORT void resetMock();
@@ -52,8 +52,6 @@ public:
virtual void cancelSysexPermissionRequest(const WebMIDIPermissionRequest&) OVERRIDE;
private:
- BLINK_EXPORT void reset();
-
WebPrivateOwnPtr<MIDIClientMock> m_clientMock;
};
« no previous file with comments | « Source/web/WebMIDIClientMock.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698