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

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

Issue 23923010: Move Inspect[BackgroundPage|ExtensionHost] Out of ExtensionService (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 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 2013 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_DEVTOOLS_UTIL_H_
6 #define CHROME_BROWSER_EXTENSIONS_DEVTOOLS_UTIL_H_
7
8 class Profile;
9
10 namespace extensions {
11 class Extension;
12
13 namespace devtools_util {
14
15 // Open a dev tools window for the background page for the given extension,
16 // starting the background page first if necessary.
17 void InspectBackgroundPage(const Extension* extension, Profile* profile);
18
19 } // namespace devtools_util
20 } // namespace extensions
21
22 #endif // CHROME_BROWSER_EXTENSIONS_DEVTOOLS_UTIL_H_
OLDNEW
« no previous file with comments | « chrome/browser/extensions/api/developer_private/developer_private_api.cc ('k') | chrome/browser/extensions/devtools_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698