| Index: cc/resources/shared_ui_resource.cc
|
| diff --git a/chrome/test/data/extensions/background_app/BackgroundApp.js b/cc/resources/shared_ui_resource.cc
|
| similarity index 62%
|
| copy from chrome/test/data/extensions/background_app/BackgroundApp.js
|
| copy to cc/resources/shared_ui_resource.cc
|
| index d5ee7e217cfa4e121ea4faa2a0c1b2524994b927..bb65413b19b0cbd83f823742a127bc93d8ddcab4 100644
|
| --- a/chrome/test/data/extensions/background_app/BackgroundApp.js
|
| +++ b/cc/resources/shared_ui_resource.cc
|
| @@ -2,5 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -// This is a simple v2 app with background permission and a background script.
|
| +#include "cc/resources/shared_ui_resources.h"
|
|
|
| +UIResourceId SharedUIResource::id() {
|
| + return id_;
|
| +}
|
|
|