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

Unified Diff: content/public/common/presentation_session.cc

Issue 2622993002: [Presentation API] Move presentation.mojom to content/common/presentation (Closed)
Patch Set: Fix presentation_service_delegate. DEPS failure Created 3 years, 11 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
Index: content/public/common/presentation_session.cc
diff --git a/content/public/common/presentation_session.cc b/content/public/common/presentation_session.cc
index 4f5cb8cc9d0d070d741794e81c6e2680cb5adde8..5cc2cc529fad0c52b1a0c58a4177d707bd4784ef 100644
--- a/content/public/common/presentation_session.cc
+++ b/content/public/common/presentation_session.cc
@@ -11,18 +11,12 @@ PresentationSessionInfo::PresentationSessionInfo(
const std::string& presentation_id)
: presentation_url(presentation_url), presentation_id(presentation_id) {}
-PresentationSessionInfo::~PresentationSessionInfo() {
-}
+PresentationSessionInfo::~PresentationSessionInfo() {}
-PresentationError::PresentationError(
- PresentationErrorType error_type,
- const std::string& message)
- : error_type(error_type),
- message(message) {
-}
+PresentationError::PresentationError(PresentationErrorType error_type,
+ const std::string& message)
+ : error_type(error_type), message(message) {}
-PresentationError::~PresentationError() {
-}
+PresentationError::~PresentationError() {}
} // namespace content
-
« no previous file with comments | « content/public/browser/presentation_service_delegate.h ('k') | content/renderer/presentation/presentation_dispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698