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

Unified Diff: chrome/test/data/extensions/api_test/webstore_inline_install/install_from_fullscreen.html

Issue 2693183002: Allow inline install for user initiated fullscreen mode. (Closed)
Patch Set: Updating to use test extension id. Created 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/extensions/webstore_inline_installer_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_inline_install/install_from_fullscreen.html
diff --git a/chrome/test/data/extensions/api_test/webstore_inline_install/install_from_fullscreen.html b/chrome/test/data/extensions/api_test/webstore_inline_install/install_from_fullscreen.html
index 74da2ba98b44fa55d3edfba7499e6daf5fd67867..503d836a53e686adf2d73b88d61c1ba233d63f41 100644
--- a/chrome/test/data/extensions/api_test/webstore_inline_install/install_from_fullscreen.html
+++ b/chrome/test/data/extensions/api_test/webstore_inline_install/install_from_fullscreen.html
@@ -13,7 +13,7 @@
// Link URL has to be generated dynamically in order to include the right
// port number. The ID corresponds to the data in the "extension" directory.
document.getElementsByTagName('link')[0].href =
- galleryUrl + '/detail/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb';
+ galleryUrl + '/detail/ecglahbcnmdpdciemllbhojghbkagdje';
try {
chrome.webstore.install(
« no previous file with comments | « chrome/browser/extensions/webstore_inline_installer_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698