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

Unified Diff: chrome/browser/chrome_browser_main_extra_parts_aura.cc

Issue 10083057: Revert 132856 - Aura/ash split: Remove hacks and get chrome linking without ash. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 8 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/chrome_browser_main_extra_parts_aura.h ('k') | chrome/browser/fullscreen_ash.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_browser_main_extra_parts_aura.cc
===================================================================
--- chrome/browser/chrome_browser_main_extra_parts_aura.cc (revision 132861)
+++ chrome/browser/chrome_browser_main_extra_parts_aura.cc (working copy)
@@ -6,26 +6,11 @@
#include "ui/aura/env.h"
-#if !defined(USE_ASH)
-#include "ui/aura/desktop/desktop_stacking_client.h"
-#include "ui/views/widget/native_widget_aura.h"
-#endif // !USE_ASH
-
ChromeBrowserMainExtraPartsAura::ChromeBrowserMainExtraPartsAura()
: ChromeBrowserMainExtraParts() {
}
-void ChromeBrowserMainExtraPartsAura::PreProfileInit() {
-#if !defined(USE_ASH)
- stacking_client_.reset(new aura::DesktopStackingClient);
-#endif // !USE_ASH
-}
-
void ChromeBrowserMainExtraPartsAura::PostMainMessageLoopRun() {
-#if !defined(USE_ASH)
- stacking_client_.reset();
-#endif
-
// aura::Env instance is deleted in BrowserProcessImpl::StartTearDown
// after the metrics service is deleted.
}
« no previous file with comments | « chrome/browser/chrome_browser_main_extra_parts_aura.h ('k') | chrome/browser/fullscreen_ash.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698