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

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: Add "ForFunction" 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
« 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 386f431dfa5d4286a737a6fd1506c405da76a003..07527a987353d706fd60f472a7ab7f76efdc1906 100644
--- a/chrome/browser/ui/extensions/shell_window.h
+++ b/chrome/browser/ui/extensions/shell_window.h
@@ -44,6 +44,7 @@ class ShellWindow : public content::NotificationObserver,
const ExtensionWindowController* extension_window_controller() const {
return extension_window_controller_.get();
}
+ const extensions::Extension* extension() const { return extension_; }
protected:
// TODO(mihaip): Switch from hardcoded defaults to passing in the window
@@ -56,7 +57,6 @@ class ShellWindow : public content::NotificationObserver,
const GURL& url);
virtual ~ShellWindow();
- const extensions::Extension* extension() const { return extension_; }
content::WebContents* web_contents() const { return web_contents_; }
private:
« 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