| Index: chrome/browser/profiles/off_the_record_profile_impl.cc
|
| diff --git a/chrome/browser/profiles/off_the_record_profile_impl.cc b/chrome/browser/profiles/off_the_record_profile_impl.cc
|
| index 3228c4126d94dd09afc0ea3292c8ec4f585ccd83..a14d3ab183eab9053b3a94bbef20a334d9fd1c44 100644
|
| --- a/chrome/browser/profiles/off_the_record_profile_impl.cc
|
| +++ b/chrome/browser/profiles/off_the_record_profile_impl.cc
|
| @@ -286,7 +286,7 @@ void OffTheRecordProfileImpl::RequestMIDISysExPermission(
|
| int render_view_id,
|
| const GURL& requesting_frame,
|
| const MIDISysExPermissionCallback& callback) {
|
| - // TODO(toyoshim): Implement.
|
| + // TODO(toyoshim): Implement. http://crbug.com/257618 .
|
| callback.Run(false);
|
| }
|
|
|
|
|