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

Side by Side Diff: chrome/renderer/renderer_resources.h

Issue 18183: First pass as implementing the greasemonkey API. This patch (Closed)
Patch Set: Created 11 years, 11 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
« no previous file with comments | « chrome/renderer/render_view_unittest.cc ('k') | chrome/renderer/renderer_resources.rc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // TODO(tc): Come up with a way to automate the generation of these 1 // TODO(tc): Come up with a way to automate the generation of these
2 // IDs so they don't collide with other rc files. 2 // IDs so they don't collide with other rc files.
3 #define IDR_NET_ERROR_HTML 500 3 #define IDR_NET_ERROR_HTML 500
4 #define IDR_INSECURE_CONTENT_STAMP 501 4 #define IDR_INSECURE_CONTENT_STAMP 501
5 #define IDR_ERROR_NO_DETAILS_HTML 502 5 #define IDR_ERROR_NO_DETAILS_HTML 502
6 #define IDR_GREASEMONKEY_API_JS 503
OLDNEW
« no previous file with comments | « chrome/renderer/render_view_unittest.cc ('k') | chrome/renderer/renderer_resources.rc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698