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

Side by Side Diff: chrome/test/data/extensions/api_test/content_scripts/policy_blocked/background.js

Issue 2499493004: Communicate ExtensionSettings policy to renderers (Closed)
Patch Set: Style fixes, prevent heap leak. 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 (c) 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 // Give 2 seconds to inject JS, if no response hasn't injected
Devlin 2017/02/14 23:17:10 This is inherently flaky - there is no guarantee t
nrpeter 2017/03/22 23:47:39 This case is already tested under a different test
6 setTimeout(function() {
7 chrome.test.notifyPass();
8 }, 2000);
Devlin 2017/02/14 23:17:10 <random comment spot because I can't comment in in
nrpeter 2017/03/22 23:47:39 Yes, I just needed a valid page to browse to so co
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698