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

Side by Side Diff: components/chrome_apps/chrome_apps_resource_util.cc

Issue 1103943003: Add components/chrome_apps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #include "components/chrome_apps/chrome_apps_resource_util.h"
6
7 #include "base/logging.h"
8 #include "grit/chrome_apps_resources_map.h"
9
10 namespace chrome_apps {
11
12 const GritResourceMap* GetChromeAppsResources(size_t* size) {
13 DCHECK(size);
14
15 *size = kChromeAppsResourcesSize;
16 return kChromeAppsResources;
17 }
18
19 } // namespace chrome_apps
OLDNEW
« no previous file with comments | « components/chrome_apps/chrome_apps_resource_util.h ('k') | components/chrome_apps/chrome_apps_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698