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

Unified Diff: athena/main/athena_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
« no previous file with comments | « no previous file | athena/main/athena_app_window_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/main/athena_app_window_controller.h
diff --git a/athena/main/athena_app_window_controller.h b/athena/main/athena_app_window_controller.h
index ea2c17292d000f5c61a707ec115de97d62fa01d5..24673a0f63349e77f7c03f9a901e99fedee4527e 100644
--- a/athena/main/athena_app_window_controller.h
+++ b/athena/main/athena_app_window_controller.h
@@ -19,7 +19,8 @@ class AthenaAppWindowController : public extensions::ShellAppWindowController {
// Overridden from extensions::ShellAppWindowController:
virtual extensions::ShellAppWindow* CreateAppWindow(
- content::BrowserContext* context) OVERRIDE;
+ content::BrowserContext* context,
+ const extensions::Extension* extension) OVERRIDE;
virtual void CloseAppWindows() OVERRIDE;
private:
« no previous file with comments | « no previous file | athena/main/athena_app_window_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698