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

Unified Diff: chrome/browser/ui/views/apps/chrome_apps_client_views.cc

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/views/apps/chrome_apps_client_views.cc
diff --git a/chrome/browser/ui/views/apps/chrome_app_window_delegate_views.cc b/chrome/browser/ui/views/apps/chrome_apps_client_views.cc
similarity index 76%
rename from chrome/browser/ui/views/apps/chrome_app_window_delegate_views.cc
rename to chrome/browser/ui/views/apps/chrome_apps_client_views.cc
index deb73187a4e69e5e4681797af10a613276d4dd50..0c89bf376065275e25c37e9e6941a2494ca2f0e5 100644
--- a/chrome/browser/ui/views/apps/chrome_app_window_delegate_views.cc
+++ b/chrome/browser/ui/views/apps/chrome_apps_client_views.cc
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/ui/apps/chrome_app_window_delegate.h"
+#include "chrome/browser/ui/apps/chrome_apps_client.h"
#include "chrome/browser/ui/views/apps/chrome_native_app_window_views.h"
// static
-apps::NativeAppWindow* ChromeAppWindowDelegate::CreateNativeAppWindowImpl(
+apps::NativeAppWindow* ChromeAppsClient::CreateNativeAppWindowImpl(
apps::AppWindow* app_window,
const apps::AppWindow::CreateParams& params) {
ChromeNativeAppWindowViews* window = new ChromeNativeAppWindowViews;

Powered by Google App Engine
This is Rietveld 408576698