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

Unified Diff: apps/ui/apps_client.h

Issue 479933003: Move NativeAppWindow to extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | « apps/apps.gypi ('k') | apps/ui/native_app_window.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/ui/apps_client.h
diff --git a/apps/ui/apps_client.h b/apps/ui/apps_client.h
index 2f26dbcf05d8fba9b72135e59d7ab86572842fd9..da4b2bf8d1fe4ca48f1532f3f58a0815105d512c 100644
--- a/apps/ui/apps_client.h
+++ b/apps/ui/apps_client.h
@@ -15,12 +15,11 @@ class BrowserContext;
namespace extensions {
class Extension;
+class NativeAppWindow;
}
namespace apps {
-class NativeAppWindow;
-
// Sets up global state for the apps system. Should be Set() once in each
// process. This should be implemented by the client of the apps system.
class AppsClient {
@@ -34,8 +33,8 @@ class AppsClient {
content::BrowserContext* context,
const extensions::Extension* extension) = 0;
- // Creates a new apps::NativeAppWindow for |window|.
- virtual NativeAppWindow* CreateNativeAppWindow(
+ // Creates a new extensions::NativeAppWindow for |window|.
+ virtual extensions::NativeAppWindow* CreateNativeAppWindow(
AppWindow* window,
const AppWindow::CreateParams& params) = 0;
« no previous file with comments | « apps/apps.gypi ('k') | apps/ui/native_app_window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698