diff options
Diffstat (limited to 'chrome/browser/external_protocol_handler.h')
-rw-r--r-- | chrome/browser/external_protocol_handler.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/external_protocol_handler.h b/chrome/browser/external_protocol_handler.h index 5089d2c0..5f3a078 100644 --- a/chrome/browser/external_protocol_handler.h +++ b/chrome/browser/external_protocol_handler.h @@ -64,6 +64,9 @@ class ExternalProtocolHandler { // Prepopulates the dictionary with known protocols to deny or allow, if // preferences for them do not already exist. static void PrepopulateDictionary(DictionaryValue* win_pref); + + // Called when the user interacts with a web page. + static void OnUserGesture(); }; #endif // CHROME_BROWSER_EXTERNAL_PROTOCOL_HANDLER_H_ |