Skip to content

Commit

Permalink
Apps v2 in Pepper: Add C/C++ definition for chrome.socket.
Browse files Browse the repository at this point in the history
BUG=226303
TEST=None


Review URL: https://chromiumcodereview.appspot.com/13490003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192897 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
yzshen@chromium.org committed Apr 8, 2013
1 parent 82ce8a4 commit b5e916a
Show file tree
Hide file tree
Showing 11 changed files with 1,848 additions and 4 deletions.
2 changes: 2 additions & 0 deletions ppapi/PRESUBMIT.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ def CheckTODO(input_api, output_api):
# Only examine public stable interfaces.
if name_parts[2] in ['dev', 'private', 'trusted']:
continue
if name_parts[2] == 'extensions' and name_parts[3] == 'dev':
continue

filepath = os.path.join('..', filename)
if RE_TODO.search(open(filepath, 'rb').read()):
Expand Down
Loading

0 comments on commit b5e916a

Please sign in to comment.