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

Unified Diff: chrome/test/data/extensions/api_test/tabs/basics/discarded.html

Issue 2142413003: Adding Discarded property support for onUpdate function. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@API_Discarded
Patch Set: nit missing end of line Created 4 years, 5 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: chrome/test/data/extensions/api_test/tabs/basics/discarded.html
diff --git a/chrome/test/data/extensions/api_test/tabs/basics/events.html b/chrome/test/data/extensions/api_test/tabs/basics/discarded.html
similarity index 60%
copy from chrome/test/data/extensions/api_test/tabs/basics/events.html
copy to chrome/test/data/extensions/api_test/tabs/basics/discarded.html
index 40ec4dc93f417877776544f4e2f2a4312d5d2d04..03955853997d5cab49dc21bbc474fa430a43ed82 100644
--- a/chrome/test/data/extensions/api_test/tabs/basics/events.html
+++ b/chrome/test/data/extensions/api_test/tabs/basics/discarded.html
@@ -1,7 +1,7 @@
<!--
- * Copyright (c) 2011 The Chromium Authors. All rights reserved. Use of this
+ * Copyright (c) 2016 The Chromium Authors. All rights reserved. Use of this
Devlin 2016/07/29 16:01:09 nit: no (c)
Anderson Silva 2016/07/29 19:05:59 Done.
* source code is governed by a BSD-style license that can be found in the
* LICENSE file.
-->
<script src="tabs_util.js"></script>
-<script src="events.js"></script>
+<script src="discarded.js"></script>

Powered by Google App Engine
This is Rietveld 408576698