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

Unified Diff: chrome/browser/ui/aura/chrome_browser_main_extra_parts_aura.h

Issue 11962021: Revert 177182 - ViewTest.ChangeNativeViewHierarchyFindRoots failure (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 11 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/aura/chrome_browser_main_extra_parts_aura.h
===================================================================
--- chrome/browser/ui/aura/chrome_browser_main_extra_parts_aura.h (revision 177189)
+++ chrome/browser/ui/aura/chrome_browser_main_extra_parts_aura.h (working copy)
@@ -10,6 +10,12 @@
#include "base/memory/scoped_ptr.h"
#include "chrome/browser/chrome_browser_main_extra_parts.h"
+namespace aura {
+namespace client {
+class StackingClient;
+}
+}
+
class ActiveDesktopMonitor;
class ChromeBrowserMainExtraPartsAura : public ChromeBrowserMainExtraParts {
@@ -22,6 +28,7 @@
virtual void PostMainMessageLoopRun() OVERRIDE;
private:
+ scoped_ptr<aura::client::StackingClient> stacking_client_;
scoped_ptr<ActiveDesktopMonitor> active_desktop_monitor_;
DISALLOW_COPY_AND_ASSIGN(ChromeBrowserMainExtraPartsAura);
« no previous file with comments | « chrome/browser/ui/ash/chrome_shell_delegate.cc ('k') | chrome/browser/ui/aura/chrome_browser_main_extra_parts_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698