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

Unified Diff: chrome/test/data/extensions/api_test/override/newtab2/newtab.html

Issue 1543923002: [Extensions] Fix chrome url override settings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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/override/newtab2/newtab.html
diff --git a/chrome/test/data/extensions/api_test/override/newtab/newtab.html b/chrome/test/data/extensions/api_test/override/newtab2/newtab.html
similarity index 88%
copy from chrome/test/data/extensions/api_test/override/newtab/newtab.html
copy to chrome/test/data/extensions/api_test/override/newtab2/newtab.html
index c1b06d3072345a1bdd0e16e88dc243a35766a558..de437c5e2fee2981f045b8701bc0a7701d5a9ce3 100644
--- a/chrome/test/data/extensions/api_test/override/newtab/newtab.html
+++ b/chrome/test/data/extensions/api_test/override/newtab2/newtab.html
@@ -1,7 +1,10 @@
-<!--
- * Copyright (c) 2011 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="newtab.js"></script>
-New Tab Override!
+<!--
+ * Copyright (c) 2011 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.
+-->
+<!doctype html>
+<html>
+<script src="newtab.js"></script>
+New Tab Override!
+</html>

Powered by Google App Engine
This is Rietveld 408576698