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

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

Issue 10407035: Extension/Platform App window isolation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix tests Created 8 years, 7 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: 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 cd4282276640ef6a6f8bf05e6477f542666832dd..eaf36616274ae022bc1a1592f4173dd2f7cefd1b 100644
--- a/chrome/browser/ui/extensions/shell_window.h
+++ b/chrome/browser/ui/extensions/shell_window.h
@@ -41,6 +41,7 @@ class ShellWindow : public content::NotificationObserver,
const ExtensionWindowController* extension_window_controller() const {
return extension_window_controller_.get();
}
+ const Extension* extension() const { return extension_; }
protected:
// TODO(mihaip): Switch from hardcoded defaults to passing in the window
@@ -53,7 +54,6 @@ class ShellWindow : public content::NotificationObserver,
const GURL& url);
virtual ~ShellWindow();
- const Extension* extension() const { return extension_; }
content::WebContents* web_contents() const { return web_contents_; }
private:

Powered by Google App Engine
This is Rietveld 408576698