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

Side by Side Diff: trunk/src/chrome/browser/metro_viewer/metro_viewer_process_host_win.cc

Issue 15966003: Revert 201806 "Create MetroViewerProcessHost as a common base fo..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright 2012 The Chromium Authors. All rights reserved. 1 // Copyright 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "chrome/browser/metro_viewer/metro_viewer_process_host_win.h" 5 #include "chrome/browser/metro_viewer/metro_viewer_process_host_win.h"
6 6
7 #include "base/logging.h" 7 #include "base/logging.h"
8 #include "chrome/browser/browser_process.h" 8 #include "chrome/browser/browser_process.h"
9 #include "chrome/browser/browser_process_platform_part_aurawin.h" 9 #include "chrome/browser/browser_process_platform_part_aurawin.h"
10 #include "chrome/browser/ui/ash/ash_init.h" 10 #include "chrome/browser/ui/ash/ash_init.h"
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 scoped_refptr<AcceleratedPresenter> any_window = 105 scoped_refptr<AcceleratedPresenter> any_window =
106 AcceleratedPresenter::GetForWindow(NULL); 106 AcceleratedPresenter::GetForWindow(NULL);
107 any_window->SetNewTargetWindow(hwnd); 107 any_window->SetNewTargetWindow(hwnd);
108 aura::RemoteRootWindowHostWin::Instance()->Connected(this); 108 aura::RemoteRootWindowHostWin::Instance()->Connected(this);
109 // Tell the rest of Chrome that Ash is running. 109 // Tell the rest of Chrome that Ash is running.
110 content::NotificationService::current()->Notify( 110 content::NotificationService::current()->Notify(
111 chrome::NOTIFICATION_ASH_SESSION_STARTED, 111 chrome::NOTIFICATION_ASH_SESSION_STARTED,
112 content::NotificationService::AllSources(), 112 content::NotificationService::AllSources(),
113 content::NotificationService::NoDetails()); 113 content::NotificationService::NoDetails());
114 } 114 }
OLDNEW
« no previous file with comments | « trunk/src/chrome/browser/metro_viewer/metro_viewer_process_host_win.h ('k') | trunk/src/chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698