summaryrefslogtreecommitdiffstats
path: root/base/win
diff options
context:
space:
mode:
Diffstat (limited to 'base/win')
-rw-r--r--base/win/metro.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/base/win/metro.h b/base/win/metro.h
index 5f69fac..b2208fc 100644
--- a/base/win/metro.h
+++ b/base/win/metro.h
@@ -116,6 +116,9 @@ typedef void (*MetroNotification)(const char* origin_url,
MetroNotificationClickedHandler handler,
const wchar_t* handler_context);
+// Function to cancel displayed notification.
+typedef bool (*MetroCancelNotification)(const char* notification_id);
+
// Callback for UMA invoked by Metro Pin and UnPin functions after user gesture.
typedef base::Callback<void(MetroSecondaryTilePinUmaResult)>
MetroPinUmaResultCallback;