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

Unified Diff: chrome/test/data/extensions/api_test/networking/test.html

Issue 11975015: This adds a private extension API to use for simple networking (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed self review nits Created 7 years, 11 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/networking/test.html
diff --git a/chrome/test/data/extensions/api_test/filebrowser_mount/test.html b/chrome/test/data/extensions/api_test/networking/test.html
similarity index 65%
copy from chrome/test/data/extensions/api_test/filebrowser_mount/test.html
copy to chrome/test/data/extensions/api_test/networking/test.html
index 6054e265f47da707a36edc9400a75444901ef06e..c5b8e547d6d0e82be8948d92dd081676b462c4eb 100644
--- a/chrome/test/data/extensions/api_test/filebrowser_mount/test.html
+++ b/chrome/test/data/extensions/api_test/networking/test.html
@@ -1,11 +1,11 @@
<!--
- * Copyright (c) 2011 The Chromium Authors. All rights reserved. Use of this
+ * Copyright (c) 2013 The Chromium Authors. All rights reserved. Use of this
* source code is governed by a BSD-style license that can be found in the
* LICENSE file.
-->
<script src="test.js"></script>
<html>
<body>
-FileBrowserMounting tests...
+NetworkingPrivate tests...
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698