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

Unified Diff: chrome/browser/extensions/app_host/app_host_resource.h

Issue 11359133: Add default icon to app_host.exe, and use it in shortcuts during installation. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Renaming GetChromiumIconString() => GetChromiumIconLocation(). Created 8 years, 1 month 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 | « chrome/browser/extensions/app_host/app_host.rc ('k') | chrome/browser/shell_integration.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/app_host/app_host_resource.h
diff --git a/chrome/browser/resources/extension_resource/demo/library.js b/chrome/browser/extensions/app_host/app_host_resource.h
similarity index 79%
copy from chrome/browser/resources/extension_resource/demo/library.js
copy to chrome/browser/extensions/app_host/app_host_resource.h
index 167786a82e94988c5933c4f192832cb08759e6c4..29d289cc9fc83f64d4a9cc18bf74ef1dddc28162 100644
--- a/chrome/browser/resources/extension_resource/demo/library.js
+++ b/chrome/browser/extensions/app_host/app_host_resource.h
@@ -2,4 +2,4 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-var _demo = {};
+#define IDI_APP_HOST_MAIN 101
« no previous file with comments | « chrome/browser/extensions/app_host/app_host.rc ('k') | chrome/browser/shell_integration.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698