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

Unified Diff: chrome/browser/ui/apps/chrome_app_window_delegate.h

Issue 436503002: Moved CreateNativeAppWindow from AppWindow::Delegate to AppsClient. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. 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
Index: chrome/browser/ui/apps/chrome_app_window_delegate.h
diff --git a/chrome/browser/ui/apps/chrome_app_window_delegate.h b/chrome/browser/ui/apps/chrome_app_window_delegate.h
deleted file mode 100644
index 2bb7cc2445422be3afbc1a39a868b1d90e5842d3..0000000000000000000000000000000000000000
--- a/chrome/browser/ui/apps/chrome_app_window_delegate.h
+++ /dev/null
@@ -1,29 +0,0 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef CHROME_BROWSER_UI_APPS_CHROME_APP_WINDOW_DELEGATE_H_
-#define CHROME_BROWSER_UI_APPS_CHROME_APP_WINDOW_DELEGATE_H_
-
-#include "apps/app_window.h"
-
-class ChromeAppWindowDelegate : public apps::AppWindow::Delegate {
- public:
- ChromeAppWindowDelegate();
- virtual ~ChromeAppWindowDelegate();
-
- private:
- // apps::AppWindow::Delegate:
- virtual apps::NativeAppWindow* CreateNativeAppWindow(
- apps::AppWindow* window,
- const apps::AppWindow::CreateParams& params) OVERRIDE;
-
- // Implemented in platform specific code.
- static apps::NativeAppWindow* CreateNativeAppWindowImpl(
- apps::AppWindow* window,
- const apps::AppWindow::CreateParams& params);
-
- DISALLOW_COPY_AND_ASSIGN(ChromeAppWindowDelegate);
-};
-
-#endif // CHROME_BROWSER_UI_APPS_CHROME_APP_WINDOW_DELEGATE_H_
« no previous file with comments | « chrome/browser/extensions/api/tabs/tabs_api.cc ('k') | chrome/browser/ui/apps/chrome_app_window_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698