blob: 0186422966c05077c79bf2a2ec507b3f4f7978d1 [file] [log] [blame]
// Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "extensions/shell/common/switches.h"
namespace extensions {
namespace switches {
// Path to an app to load at startup.
const char kAppShellAppPath[] = "app-shell-app-path";
// Bounds for the host window to create (i.e. "800x600").
const char kAppShellHostWindowBounds[] = "app-shell-host-window-bounds";
// SSID of the preferred WiFi network.
const char kAppShellPreferredNetwork[] = "app-shell-preferred-network";
} // namespace switches
} // namespace extensions