NaCl: Update revision in DEPS, r12770 -> r12773
[chromium-blink-merge.git] / chrome / browser / resources / gcm_internals.js
blobbe7c447d7ab205168edff8b776cb2551b890da1a
1 // Copyright 2014 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.
5 cr.define('gcminternals', function() {
6 'use strict';
8 function initialize() {
11 // Return an object with all of the exports.
12 return {
13 initialize: initialize,
15 });
17 document.addEventListener('DOMContentLoaded', gcminternals.initialize);