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

Unified Diff: third_party/WebKit/Source/modules/webshare/ShareData.cpp

Issue 2211693002: Update navigator.share API to match draft specs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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: third_party/WebKit/Source/modules/webshare/ShareData.cpp
diff --git a/chrome/test/data/subresource_filter/included_script.js b/third_party/WebKit/Source/modules/webshare/ShareData.cpp
similarity index 80%
copy from chrome/test/data/subresource_filter/included_script.js
copy to third_party/WebKit/Source/modules/webshare/ShareData.cpp
index bb41e780915a1140ca9a6597a32da832322d0d4c..0822d7d30714948b554534fff44aae6379e116f2 100644
--- a/chrome/test/data/subresource_filter/included_script.js
+++ b/third_party/WebKit/Source/modules/webshare/ShareData.cpp
@@ -2,4 +2,4 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-document.scriptExecuted = true;
+#include "modules/webshare/ShareData.h"
« no previous file with comments | « third_party/WebKit/Source/modules/webshare/ShareData.h ('k') | third_party/WebKit/Source/modules/webshare/ShareData.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698