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

Unified Diff: extensions/shell/browser/default_shell_app_window_controller.h

Issue 493453004: app_shell: Add audio and video capture support (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: (video-capture) rebase Created 6 years, 4 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 side-by-side diff with in-line comments
Download patch
Index: extensions/shell/browser/default_shell_app_window_controller.h
diff --git a/extensions/shell/browser/default_shell_app_window_controller.h b/extensions/shell/browser/default_shell_app_window_controller.h
index 558022c2ca86f68c6a73369f7232e570bb2df99f..05946f89c3161a4ffe7eefe42cc768ff474aa9ea 100644
--- a/extensions/shell/browser/default_shell_app_window_controller.h
+++ b/extensions/shell/browser/default_shell_app_window_controller.h
@@ -22,8 +22,8 @@ class DefaultShellAppWindowController : public ShellAppWindowController {
virtual ~DefaultShellAppWindowController();
// ShellAppWindowController implementation.
- virtual ShellAppWindow* CreateAppWindow(
- content::BrowserContext* context) OVERRIDE;
+ virtual ShellAppWindow* CreateAppWindow(content::BrowserContext* context,
+ const Extension* extension) OVERRIDE;
virtual void CloseAppWindows() OVERRIDE;
private:
« no previous file with comments | « extensions/shell/browser/api/shell/shell_api.cc ('k') | extensions/shell/browser/default_shell_app_window_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698