| Index: chrome/browser/content_settings/tab_specific_content_settings.h
|
| diff --git a/chrome/browser/content_settings/tab_specific_content_settings.h b/chrome/browser/content_settings/tab_specific_content_settings.h
|
| index b005216adfd93dd55d21bb5b9c72082890f4550f..b100476422663accac00f66b448082995b349c62 100644
|
| --- a/chrome/browser/content_settings/tab_specific_content_settings.h
|
| +++ b/chrome/browser/content_settings/tab_specific_content_settings.h
|
| @@ -296,6 +296,7 @@ class TabSpecificContentSettings
|
| // Message handlers. Public for testing.
|
| void OnContentBlocked(ContentSettingsType type);
|
| void OnContentAllowed(ContentSettingsType type);
|
| + void OnRequestFileSystemAccess(const IPC::Message& message);
|
|
|
| // These methods are invoked on the UI thread by the static functions above.
|
| // Public for testing.
|
|
|