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

Unified Diff: chrome/test/data/extensions/api_test/messaging/connect_nobackground/page_in_main_frame.html

Issue 1413853005: Track all extension frames in ProcessManager, inspect extensionoptions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 2 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/messaging/connect_nobackground/page_in_main_frame.html
diff --git a/third_party/WebKit/Source/devtools/front_end/main/renderingOptions.css b/chrome/test/data/extensions/api_test/messaging/connect_nobackground/page_in_main_frame.html
similarity index 71%
copy from third_party/WebKit/Source/devtools/front_end/main/renderingOptions.css
copy to chrome/test/data/extensions/api_test/messaging/connect_nobackground/page_in_main_frame.html
index 7970e3e3d1c990c1135b7ecc853431dcecec800c..298ed425d294f0e1865660f2d0d7462fcbd7a781 100644
--- a/third_party/WebKit/Source/devtools/front_end/main/renderingOptions.css
+++ b/chrome/test/data/extensions/api_test/messaging/connect_nobackground/page_in_main_frame.html
@@ -1,10 +1,6 @@
-/*
+<!--
* Copyright (c) 2015 The Chromium Authors. All rights reserved.
Devlin 2015/10/30 01:21:43 nit: no (c)
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
- */
-
-label {
- margin: 12px 0 0 0;
- padding: 0 4px 0 12px;
-}
+-->
+<script src="test.js"></script>

Powered by Google App Engine
This is Rietveld 408576698