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

Unified Diff: chrome/test/data/extensions/api_test/system/get_incognito_mode_availability/test.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_incognito_mode_availability/test.html
diff --git a/chrome/test/data/extensions/api_test/system/test.html b/chrome/test/data/extensions/api_test/system/get_incognito_mode_availability/test.html
similarity index 84%
rename from chrome/test/data/extensions/api_test/system/test.html
rename to chrome/test/data/extensions/api_test/system/get_incognito_mode_availability/test.html
index d96bb3ed11a60be7a7f4f9398c3822869612b6c2..0f517b5d4b103bcc8dfb25b32af7df774a77c2be 100644
--- a/chrome/test/data/extensions/api_test/system/test.html
+++ b/chrome/test/data/extensions/api_test/system/get_incognito_mode_availability/test.html
@@ -1,6 +1,6 @@
<script>
// System API test
-// Run with browser_tests --gtest_filter=ExtensionApiTest.SystemApi
+// Run with browser_tests --gtest_filter=ExtensionApiTest.GetIncognitoModeAvailability
function expect(expected, message) {
return chrome.test.callbackPass(function(value) {

Powered by Google App Engine
This is Rietveld 408576698