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

Unified Diff: chrome/browser/chrome_browser_main_win.h

Issue 10984007: in-chrome viewer for metro (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review fixes Created 8 years, 3 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/chrome_browser_main_win.h
diff --git a/chrome/browser/chrome_browser_main_win.h b/chrome/browser/chrome_browser_main_win.h
index 4256382575782339bf4504dddf40dd8547595b32..c20a0f07686ba03efbaa7f03d876e8107c7f9964 100644
--- a/chrome/browser/chrome_browser_main_win.h
+++ b/chrome/browser/chrome_browser_main_win.h
@@ -14,6 +14,7 @@ class CommandLine;
namespace chrome {
class RemovableDeviceNotificationsWindowWin;
+class ViewerProcessHost;
} // namespace chrome
@@ -69,6 +70,7 @@ class ChromeBrowserMainPartsWin : public ChromeBrowserMainParts {
private:
scoped_refptr<chrome::RemovableDeviceNotificationsWindowWin>
removable_device_notifications_window_;
+ scoped_ptr<chrome::ViewerProcessHost> viewer_process_host_;
DISALLOW_COPY_AND_ASSIGN(ChromeBrowserMainPartsWin);
};
« no previous file with comments | « no previous file | chrome/browser/chrome_browser_main_win.cc » ('j') | chrome/browser/viewer/viewer_process_host.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698