blob: ff5c94cf2b5308d06d75f8a915451c1251e2801a [file] [log] [blame]
// Copyright (c) 2011 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.
#ifndef CHROME_BROWSER_DEVTOOLS_DEVTOOLS_TOGGLE_ACTION_H_
#define CHROME_BROWSER_DEVTOOLS_DEVTOOLS_TOGGLE_ACTION_H_
enum DevToolsToggleAction {
DEVTOOLS_TOGGLE_ACTION_SHOW,
DEVTOOLS_TOGGLE_ACTION_SHOW_CONSOLE,
DEVTOOLS_TOGGLE_ACTION_INSPECT,
DEVTOOLS_TOGGLE_ACTION_TOGGLE
};
#endif // CHROME_BROWSER_DEVTOOLS_DEVTOOLS_TOGGLE_ACTION_H_