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

Side by Side Diff: chrome/browser/extensions/extension_resource_request_policy_apitest.cc

Issue 6413031: Merge 73784 - Reland r73760: Move most of chrome-extension:// request... (Closed) Base URL: svn://svn.chromium.org/chrome/branches/648/src/
Patch Set: Created 9 years, 10 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/extensions/extension_protocols.cc ('k') | chrome/chrome_renderer.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "base/logging.h" 5 #include "base/logging.h"
6 #include "chrome/browser/extensions/extension_apitest.h" 6 #include "chrome/browser/extensions/extension_apitest.h"
7 #include "chrome/browser/tab_contents/tab_contents.h" 7 #include "chrome/browser/tab_contents/tab_contents.h"
8 #include "chrome/browser/ui/browser.h" 8 #include "chrome/browser/ui/browser.h"
9 #include "chrome/test/ui_test_utils.h" 9 #include "chrome/test/ui_test_utils.h"
10 #include "googleurl/src/gurl.h" 10 #include "googleurl/src/gurl.h"
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 86
87 IN_PROC_BROWSER_TEST_F(ExtensionResourceRequestPolicyTest, Audio) { 87 IN_PROC_BROWSER_TEST_F(ExtensionResourceRequestPolicyTest, Audio) {
88 EXPECT_TRUE(RunExtensionSubtest("extension_resource_request_policy/media", 88 EXPECT_TRUE(RunExtensionSubtest("extension_resource_request_policy/media",
89 "audio.html")); 89 "audio.html"));
90 } 90 }
91 91
92 IN_PROC_BROWSER_TEST_F(ExtensionResourceRequestPolicyTest, Video) { 92 IN_PROC_BROWSER_TEST_F(ExtensionResourceRequestPolicyTest, Video) {
93 EXPECT_TRUE(RunExtensionSubtest("extension_resource_request_policy/media", 93 EXPECT_TRUE(RunExtensionSubtest("extension_resource_request_policy/media",
94 "video.html")); 94 "video.html"));
95 } 95 }
OLDNEW
« no previous file with comments | « chrome/browser/extensions/extension_protocols.cc ('k') | chrome/chrome_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698