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

Side by Side Diff: third_party/WebKit/Source/platform/exported/WebPresentationConnectionCallbacks.cpp

Issue 2471263003: [Presentation API] (4th)(1-UA blink side) Add WebPresentationConnection and WebPresentationConnecti… (Closed)
Patch Set: resolve code review comments from mlamouri 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
(Empty)
1 // Copyright 2017 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #include "public/platform/modules/presentation/WebPresentationConnectionCallback s.h"
6
7 // This WebPresentationConnectionCallbacks.cpp, which includes only
8 // WebPresentationConnectionCallbacks.h, should be in Source/platform/exported,
9 // because WebPresentationConnectionCallbacks is not compiled without this cpp.
10 // So if we don't have this cpp, we will see unresolved symbol error
11 // when constructor/destructor's address is required.
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/platform/exported/WebPresentationConnection.cpp ('k') | third_party/WebKit/public/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698