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

Unified Diff: chrome/test/data/extensions/api_test/webstore_private/theme.html

Issue 16058002: Better workaround for extension browser test problems on win debug bots (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: avoid leaving orphan temp directories Created 7 years, 7 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/browser/prerender/prerender_browsertest.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/webstore_private/theme.html
diff --git a/chrome/test/data/extensions/api_test/webstore_private/theme.html b/chrome/test/data/extensions/api_test/webstore_private/theme.html
index c38601252ef746b747aafc1a8bd167005fa49c00..c0d59e0be40cb80aadec38e26cf368f0b2aa5285 100644
--- a/chrome/test/data/extensions/api_test/webstore_private/theme.html
+++ b/chrome/test/data/extensions/api_test/webstore_private/theme.html
@@ -14,7 +14,7 @@ runTests([
assertEq(info.id, themeId);
});
- var manifest = getManifest("../../../theme/manifest.json");
+ var manifest = getManifest("../../theme/manifest.json");
chrome.webstorePrivate.beginInstallWithManifest3(
{id: themeId, manifest: manifest},
callbackPass(function(result) {
« no previous file with comments | « chrome/browser/prerender/prerender_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698