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

Unified Diff: chrome/browser/resources/print_preview/data/destination_store.js

Issue 1066433002: Increase Privet printer discovery timeout to 5 seconds (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/print_preview/data/destination_store.js
diff --git a/chrome/browser/resources/print_preview/data/destination_store.js b/chrome/browser/resources/print_preview/data/destination_store.js
index 2cb6e80f8107eddfd9cf0d4b871553fb7b6c524b..b261ce27879e1453a46faef2725010512466a542 100644
--- a/chrome/browser/resources/print_preview/data/destination_store.js
+++ b/chrome/browser/resources/print_preview/data/destination_store.js
@@ -221,7 +221,7 @@ cr.define('print_preview', function() {
* @const
* @private
*/
- DestinationStore.PRIVET_SEARCH_DURATION_ = 2000;
+ DestinationStore.PRIVET_SEARCH_DURATION_ = 5000;
/**
* Maximum amount of time spent searching for extension destinations, in
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698