Update V8 to version 4.7.44.
[chromium-blink-merge.git] / third_party / closure_compiler / externs / command_line_private.js
blobea9c85cdb43332334a8366d1ae483bb2cc13e28a
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 /** @fileoverview Externs generated from namespace: commandLinePrivate */
7 /**
8 * @const
9 */
10 chrome.commandLinePrivate = {};
12 /**
13 * Returns whether a switch is specified on the command line when launching
14 * Chrome.
15 * @param {string} name The name of a command line switch, without leading
16 * "--", such as "enable-experimental-extension-apis".
17 * @param {function(boolean)} callback
19 chrome.commandLinePrivate.hasSwitch = function(name, callback) {};