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

Unified Diff: components/chrome_apps/chrome_apps_resource_util.h

Issue 1103943003: Add components/chrome_apps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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
« no previous file with comments | « components/chrome_apps/chrome_apps_export.h ('k') | components/chrome_apps/chrome_apps_resource_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/chrome_apps/chrome_apps_resource_util.h
diff --git a/components/chrome_apps/chrome_apps_resource_util.h b/components/chrome_apps/chrome_apps_resource_util.h
new file mode 100644
index 0000000000000000000000000000000000000000..591929ce5c32f787e6e0cc8cb63d7ff08e859d6f
--- /dev/null
+++ b/components/chrome_apps/chrome_apps_resource_util.h
@@ -0,0 +1,23 @@
+// Copyright 2015 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef COMPONENTS_CHROME_APPS_CHROME_APPS_RESOURCE_UTIL_H_
+#define COMPONENTS_CHROME_APPS_CHROME_APPS_RESOURCE_UTIL_H_
+
+#include <cstddef>
+
+#include "components/chrome_apps/chrome_apps_export.h"
+
+struct GritResourceMap;
+
+namespace chrome_apps {
+
+// Get the list of resources. |size| is populated with the number of resources
+// in the returned array.
+CHROME_APPS_EXPORT const GritResourceMap* GetChromeAppsResources(
+ size_t* size);
+
+} // namespace chrome_apps
+
+#endif // COMPONENTS_CHROME_APPS_CHROME_APPS_RESOURCE_UTIL_H_
« no previous file with comments | « components/chrome_apps/chrome_apps_export.h ('k') | components/chrome_apps/chrome_apps_resource_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698