| Index: chrome/browser/android/download/download_controller_base.cc
|
| diff --git a/chrome/test/data/chromeos/app_mode/multi_app_kiosk/src/shared_module/v2/pass.js b/chrome/browser/android/download/download_controller_base.cc
|
| similarity index 51%
|
| copy from chrome/test/data/chromeos/app_mode/multi_app_kiosk/src/shared_module/v2/pass.js
|
| copy to chrome/browser/android/download/download_controller_base.cc
|
| index 1e1d7e53e5962fe6dd6f42b611fc304cc1f6127c..a95e87dce92ca8dc366d3d6b898247fa096afe1a 100644
|
| --- a/chrome/test/data/chromeos/app_mode/multi_app_kiosk/src/shared_module/v2/pass.js
|
| +++ b/chrome/browser/android/download/download_controller_base.cc
|
| @@ -2,4 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -var pass_shared_module = {};
|
| +#include "chrome/browser/android/download/download_controller_base.h"
|
| +
|
| +// static
|
| +DownloadControllerBase* DownloadControllerBase::download_controller_ = nullptr;
|
|
|