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

Unified Diff: trunk/src/apps/shell_window.h

Issue 22355002: Revert 215753 "Move native_app_window code to apps areas" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 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 | « trunk/src/apps/native_app_window.h ('k') | trunk/src/apps/shell_window.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/apps/shell_window.h
===================================================================
--- trunk/src/apps/shell_window.h (revision 215780)
+++ trunk/src/apps/shell_window.h (working copy)
@@ -21,6 +21,7 @@
class GURL;
class Profile;
+class NativeAppWindow;
class SkRegion;
namespace content {
@@ -41,8 +42,6 @@
namespace apps {
-class NativeAppWindow;
-
// Manages the web contents for Shell Windows. The implementation for this
// class should create and maintain the WebContents for the window, and handle
// any message passing between the web contents and the extension system or
@@ -131,9 +130,6 @@
// General initialization.
virtual void InitWebContents(content::WebContents* web_contents) = 0;
- virtual NativeAppWindow* CreateNativeAppWindow(
- ShellWindow* window,
- const CreateParams& params) = 0;
// Link handling.
virtual content::WebContents* OpenURLFromTab(
« no previous file with comments | « trunk/src/apps/native_app_window.h ('k') | trunk/src/apps/shell_window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698