summaryrefslogtreecommitdiffstats
path: root/webkit/tools/test_shell/notification_presenter.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/tools/test_shell/notification_presenter.h')
-rw-r--r--webkit/tools/test_shell/notification_presenter.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/webkit/tools/test_shell/notification_presenter.h b/webkit/tools/test_shell/notification_presenter.h
index 07d7978..f5b3b07 100644
--- a/webkit/tools/test_shell/notification_presenter.h
+++ b/webkit/tools/test_shell/notification_presenter.h
@@ -5,6 +5,7 @@
#ifndef WEBKIT_TOOLS_TEST_SHELL_NOTIFICATION_PRESENTER_H_
#define WEBKIT_TOOLS_TEST_SHELL_NOTIFICATION_PRESENTER_H_
+#include <map>
#include <set>
#include <string>
@@ -40,6 +41,9 @@ class TestNotificationPresenter : public WebKit::WebNotificationPresenter {
// List of allowed origins.
std::set<std::string> allowed_origins_;
+
+ // Map of active replacement IDs to the titles of those notifications
+ std::map<std::string, std::string> replacements_;
};
#endif // WEBKIT_TOOLS_TEST_SHELL_NOTIFICATION_PRESENTER_H_