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

Unified Diff: content/shell/renderer/layout_test/blink_test_runner.h

Issue 1262893006: Enable testing NotificationEvent.action (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@click_actions
Patch Set: Tweak TestRunner gin::Argument handling Created 5 years, 4 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/layout_test/blink_test_runner.h
diff --git a/content/shell/renderer/layout_test/blink_test_runner.h b/content/shell/renderer/layout_test/blink_test_runner.h
index c2e536996f3a8c58dd3fad8a880e5880b7750b78..a70ee0fa80b787795299dda303199f076e77a1ab 100644
--- a/content/shell/renderer/layout_test/blink_test_runner.h
+++ b/content/shell/renderer/layout_test/blink_test_runner.h
@@ -91,7 +91,8 @@ class BlinkTestRunner : public RenderViewObserver,
void EvaluateInWebInspector(long call_id, const std::string& script) override;
void ClearAllDatabases() override;
void SetDatabaseQuota(int quota) override;
- void SimulateWebNotificationClick(const std::string& title) override;
+ void SimulateWebNotificationClick(const std::string& title,
+ int action_index) override;
void SetDeviceScaleFactor(float factor) override;
void SetDeviceColorProfile(const std::string& name) override;
void SetBluetoothMockDataSet(const std::string& name) override;

Powered by Google App Engine
This is Rietveld 408576698