Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(828)

Side by Side Diff: chrome/browser/extensions/extension_devtools_browsertest.h

Issue 159882: Implements extensions devtools API (Closed)
Patch Set: Fixes flakiness in tests by grabbing tab ID in C++ land and passing it down Created 11 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright (c) 2009 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.
4
5 #ifndef CHROME_BROWSER_EXTENSIONS_EXTENSION_DEVTOOLS_BROWSERTEST_H_
6 #define CHROME_BROWSER_EXTENSIONS_EXTENSION_DEVTOOLS_BROWSERTEST_H_
7
8 #include "base/command_line.h"
9 #include "chrome/browser/extensions/extension_browsertest.h"
10
11 // Subclass of ExtensionBrowserTest that enables the devtools
12 // command line features.
13 class ExtensionDevToolsBrowserTest : public ExtensionBrowserTest {
14 protected:
15 virtual void SetUpCommandLine(CommandLine* command_line);
16
17 private:
18
19 NotificationRegistrar registrar_;
20 };
21
22 #endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_DEVTOOLS_BROWSERTEST_H_
OLDNEW
« no previous file with comments | « chrome/browser/extensions/extension_devtools_bridge.cc ('k') | chrome/browser/extensions/extension_devtools_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698