Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(282)

Unified Diff: cc/resources/shared_ui_resource.cc

Issue 22870016: Update the nine patch layer to use UI resources (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Compilation error fixes Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;
+}

Powered by Google App Engine
This is Rietveld 408576698