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

Unified Diff: chrome/test/data/extensions/api_test/tabs/basics/crud.html

Issue 7044071: Rewrite BrowserTest.PageLanguageDetection to use a new tab instead of the one with about:blank. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 6 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
« no previous file with comments | « chrome/renderer/chrome_render_view_observer.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/api_test/tabs/basics/crud.html
diff --git a/chrome/test/data/extensions/api_test/tabs/basics/crud.html b/chrome/test/data/extensions/api_test/tabs/basics/crud.html
index ad9e21e0ae9e198134f3831bfceabd3269dad1c3..1a5f4a9a238a02a1b09729091a8b52c71be18311 100644
--- a/chrome/test/data/extensions/api_test/tabs/basics/crud.html
+++ b/chrome/test/data/extensions/api_test/tabs/basics/crud.html
@@ -92,15 +92,13 @@ chrome.test.runTests([
}));
},
- /* Sadly, this has also regressed. crbug.com/60802.
function detectLanguage() {
chrome.tabs.getAllInWindow(firstWindowId, pass(function(tabs) {
chrome.tabs.detectLanguage(tabs[0].id, pass(function(lang) {
- assertEq("en", lang);
+ assertEq("und", lang);
}));
}));
},
- */
function windowCreate() {
chrome.windows.create({type: "popup"}, pass(function(window) {
« no previous file with comments | « chrome/renderer/chrome_render_view_observer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698