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 */
10 chrome.commandLinePrivate = {};
13 * Returns whether a switch is specified on the command line when launching
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) {};