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

Unified Diff: Source/modules/serviceworkers/testing/InternalsServiceWorker.h

Issue 896043004: Tests for WaitUntilObserver and focus/openining windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@sw_client_focus_cleanup
Patch Set: Created 5 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
Index: Source/modules/serviceworkers/testing/InternalsServiceWorker.h
diff --git a/Source/modules/serviceworkers/testing/InternalsServiceWorker.h b/Source/modules/serviceworkers/testing/InternalsServiceWorker.h
index 248df9371fb4c4af5945217af3cd262bc60804f9..a86e7497a7fd0a3b1ddb28d08bf436d3fcfe9479 100644
--- a/Source/modules/serviceworkers/testing/InternalsServiceWorker.h
+++ b/Source/modules/serviceworkers/testing/InternalsServiceWorker.h
@@ -13,6 +13,7 @@ class ServiceWorker;
class InternalsServiceWorker {
public:
static void terminateServiceWorker(Internals&, ServiceWorker*);
+ static void overrideWindowInteractionTimeout(Internals&, unsigned);
dominicc (has gone to gerrit) 2015/02/05 18:58:13 The second parameter probably needs a name because
mlamouri (slow - plz ping) 2015/02/05 20:23:12 Done.
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698