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

Side by Side Diff: chrome/test/data/extensions/api_test/sandboxed_pages_csp/remote_frame.js

Issue 2563843002: Restrict app sandbox's CSP to disallow loading web content in them. (Closed)
Patch Set: more commetns Created 3 years, 12 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 2016 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 window.onload = function() {
6 window.parent.postMessage(JSON.stringify(['loaded', 'remote_frame.html']),
Devlin 2016/12/22 17:04:32 nit: indentation window.parent.postMessage( JS
lazyboy 2016/12/22 22:57:06 Done.
7 '*');
8 };
9
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698