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

Side by Side Diff: chrome/browser/extensions/api/generated_api_functions.cc.tmpl

Issue 9359040: WIP IDL-IPC2 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Checkpoint before going back to returning ListValue via ExtensionMsg_Response. Created 8 years, 9 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 | Annotate | Revision Log
« no previous file with comments | « build/apiidlc.gypi ('k') | chrome/browser/extensions/api/generated_api_functions.h.tmpl » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // Copyright (c) $year 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 // This file is generated. Don't edit it.
6
7 \#include "$header_pathname"
8
9 namespace extensions {
10
11 #for $family in $families
12 //
13 // -- $family.name
14 #for $function in $family.functions
15 #for $return_value in $function.return_values
16 const char k${return_value.name}Key[] = "k${return_value.name}";
17 #end for
18 #end for
19 #end for
20
21 // Implement the following functions elsewhere:
22 #for $family in $families
23 //
24 // -- $family.name
25 #for $f in $family.functions
26 // bool $f.class_name::RunImpl();
27 #end for
28 #end for
29
30 } // namespace extensions
OLDNEW
« no previous file with comments | « build/apiidlc.gypi ('k') | chrome/browser/extensions/api/generated_api_functions.h.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698