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

Side by Side Diff: extensions/shell/browser/shell_extension_host_delegate.h

Issue 933423003: Make BackgroundContentsService start up BackgroundContents with a delay, as for ExtensionHosts. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: edulcni# Created 5 years, 10 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
« no previous file with comments | « extensions/extensions.gypi ('k') | extensions/shell/browser/shell_extension_host_delegate.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef EXTENSIONS_SHELL_BROWSER_SHELL_EXTENSION_HOST_DELEGATE_H_ 5 #ifndef EXTENSIONS_SHELL_BROWSER_SHELL_EXTENSION_HOST_DELEGATE_H_
6 #define EXTENSIONS_SHELL_BROWSER_SHELL_EXTENSION_HOST_DELEGATE_H_ 6 #define EXTENSIONS_SHELL_BROWSER_SHELL_EXTENSION_HOST_DELEGATE_H_
7 7
8 #include "base/macros.h" 8 #include "base/macros.h"
9 #include "extensions/browser/extension_host_delegate.h" 9 #include "extensions/browser/extension_host_delegate.h"
10 10
(...skipping 15 matching lines...) Expand all
26 const gfx::Rect& initial_rect, 26 const gfx::Rect& initial_rect,
27 bool user_gesture) override; 27 bool user_gesture) override;
28 void ProcessMediaAccessRequest(content::WebContents* web_contents, 28 void ProcessMediaAccessRequest(content::WebContents* web_contents,
29 const content::MediaStreamRequest& request, 29 const content::MediaStreamRequest& request,
30 const content::MediaResponseCallback& callback, 30 const content::MediaResponseCallback& callback,
31 const Extension* extension) override; 31 const Extension* extension) override;
32 bool CheckMediaAccessPermission(content::WebContents* web_contents, 32 bool CheckMediaAccessPermission(content::WebContents* web_contents,
33 const GURL& security_origin, 33 const GURL& security_origin,
34 content::MediaStreamType type, 34 content::MediaStreamType type,
35 const Extension* extension) override; 35 const Extension* extension) override;
36 ExtensionHostQueue* GetExtensionHostQueue() const override;
36 37
37 private: 38 private:
38 DISALLOW_COPY_AND_ASSIGN(ShellExtensionHostDelegate); 39 DISALLOW_COPY_AND_ASSIGN(ShellExtensionHostDelegate);
39 }; 40 };
40 41
41 } // namespace extensions 42 } // namespace extensions
42 43
43 #endif // EXTENSIONS_SHELL_BROWSER_SHELL_EXTENSION_HOST_DELEGATE_H_ 44 #endif // EXTENSIONS_SHELL_BROWSER_SHELL_EXTENSION_HOST_DELEGATE_H_
OLDNEW
« no previous file with comments | « extensions/extensions.gypi ('k') | extensions/shell/browser/shell_extension_host_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698