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

Unified Diff: content/common/presentation/presentation_session.mojom

Issue 935083002: [PresentationAPI] Implementing start/joinSession from WebPresentationClient to PresentationService. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 side-by-side diff with in-line comments
Download patch
Index: content/common/presentation/presentation_session.mojom
diff --git a/chrome/test/data/ssl/write_to_title.js b/content/common/presentation/presentation_session.mojom
similarity index 74%
copy from chrome/test/data/ssl/write_to_title.js
copy to content/common/presentation/presentation_session.mojom
index 747eb604156d99ab8c8b638a0085ce3152af4a94..90f182135304df4f24061ceec31987d031345d74 100644
--- a/chrome/test/data/ssl/write_to_title.js
+++ b/content/common/presentation/presentation_session.mojom
@@ -1,4 +1,8 @@
// Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-document.title = "This script has loaded";
+
+module presentation;
+
+interface PresentationSession {
+};
mlamouri (slow - plz ping) 2015/02/18 15:16:43 nit: could you tell `git cl` this is not a copy?
whywhat 2015/02/19 16:32:22 Done.

Powered by Google App Engine
This is Rietveld 408576698