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

Unified Diff: chrome/test/data/extensions/api_test/system/get_update_status/background.html

Issue 8747003: Add private system extension API to get system update status (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix for the case with no update on non-ChromeOS platforms Created 9 years 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/system/get_update_status/background.html
diff --git a/chrome/test/data/extensions/api_test/system/get_update_status/background.html b/chrome/test/data/extensions/api_test/system/get_update_status/background.html
new file mode 100644
index 0000000000000000000000000000000000000000..ac3f43eb198dab95af157ebf8db4a28d79a1af6c
--- /dev/null
+++ b/chrome/test/data/extensions/api_test/system/get_update_status/background.html
@@ -0,0 +1 @@
+<script src="background.js"></script>

Powered by Google App Engine
This is Rietveld 408576698