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

Unified Diff: chrome/browser/chrome_browser_main_win.h

Issue 11299192: Ensure that Metro chrome in ASH is able to connect to an existing desktop chrome AURA process. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 1 month 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/chrome_browser_main_win.h
===================================================================
--- chrome/browser/chrome_browser_main_win.h (revision 169477)
+++ chrome/browser/chrome_browser_main_win.h (working copy)
@@ -11,7 +11,6 @@
#include "chrome/browser/chrome_browser_main.h"
class CommandLine;
-class MetroViewerProcessHost;
namespace chrome {
class RemovableDeviceNotificationsWindowWin;
@@ -70,9 +69,6 @@
private:
scoped_ptr<chrome::RemovableDeviceNotificationsWindowWin>
removable_device_notifications_window_;
-#if defined(USE_AURA)
- scoped_ptr<MetroViewerProcessHost> metro_viewer_process_host_;
-#endif
DISALLOW_COPY_AND_ASSIGN(ChromeBrowserMainPartsWin);
};

Powered by Google App Engine
This is Rietveld 408576698