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

Unified Diff: chrome/browser/ui/extensions/shell_window.h

Issue 10436015: Remove chrome.windows.* support for platform apps. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 6 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 | « chrome/browser/extensions/platform_app_browsertest.cc ('k') | chrome/browser/ui/extensions/shell_window.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/extensions/shell_window.h
diff --git a/chrome/browser/ui/extensions/shell_window.h b/chrome/browser/ui/extensions/shell_window.h
index edb7109db8a5cde7f528005fe48d17a2b8ba4d5f..70cfffb2b7205759abfa5065997960b123031884 100644
--- a/chrome/browser/ui/extensions/shell_window.h
+++ b/chrome/browser/ui/extensions/shell_window.h
@@ -59,9 +59,6 @@ class ShellWindow : public content::NotificationObserver,
const CreateParams params);
const SessionID& session_id() const { return session_id_; }
- const ExtensionWindowController* extension_window_controller() const {
- return extension_window_controller_.get();
- }
const extensions::Extension* extension() const { return extension_; }
content::WebContents* web_contents() const { return web_contents_; }
@@ -128,7 +125,6 @@ class ShellWindow : public content::NotificationObserver,
// web_contents_ is owned by contents_wrapper_.
content::WebContents* web_contents_;
content::NotificationRegistrar registrar_;
- scoped_ptr<ExtensionWindowController> extension_window_controller_;
ExtensionFunctionDispatcher extension_function_dispatcher_;
DISALLOW_COPY_AND_ASSIGN(ShellWindow);
« no previous file with comments | « chrome/browser/extensions/platform_app_browsertest.cc ('k') | chrome/browser/ui/extensions/shell_window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698