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

Unified Diff: content/shell/renderer/test_runner/test_runner.h

Issue 659043003: Implement the ability to layout test Web Worker-based Notifications. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comment Created 6 years, 2 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: content/shell/renderer/test_runner/test_runner.h
diff --git a/content/shell/renderer/test_runner/test_runner.h b/content/shell/renderer/test_runner/test_runner.h
index 3abed94598f3d42b48d00328148f405ec237da0a..9b3737f33f88e839068d276b1a83ad70c08a0889 100644
--- a/content/shell/renderer/test_runner/test_runner.h
+++ b/content/shell/renderer/test_runner/test_runner.h
@@ -526,7 +526,7 @@ class TestRunner : public WebTestRunner,
void ClearWebNotificationPermissions();
// Simulates a click on a desktop notification.
- bool SimulateWebNotificationClick(const std::string& value);
+ void SimulateWebNotificationClick(const std::string& title);
// Speech recognition related functions.
void AddMockSpeechRecognitionResult(const std::string& transcript,
« no previous file with comments | « content/shell/renderer/layout_test/webkit_test_runner.cc ('k') | content/shell/renderer/test_runner/test_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698