summaryrefslogtreecommitdiffstats
path: root/content/browser/debugger/devtools_toggle_action.h
blob: 87d867bd0b0247456917d2445ba4ea95c166503c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// 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 CONTENT_BROWSER_DEBUGGER_DEVTOOLS_TOGGLE_ACTION_H_
#define CONTENT_BROWSER_DEBUGGER_DEVTOOLS_TOGGLE_ACTION_H_
#pragma once

enum DevToolsToggleAction {
  DEVTOOLS_TOGGLE_ACTION_NONE,
  DEVTOOLS_TOGGLE_ACTION_SHOW_CONSOLE,
  DEVTOOLS_TOGGLE_ACTION_INSPECT
};

#endif  // CONTENT_BROWSER_DEBUGGER_DEVTOOLS_TOGGLE_ACTION_H_