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

Unified Diff: chrome/browser/chromeos/frame/browser_view.h

Issue 6577003: Entire DOMBrowser stack (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 10 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/browser_resources.grd ('k') | chrome/browser/chromeos/frame/browser_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/frame/browser_view.h
diff --git a/chrome/browser/chromeos/frame/browser_view.h b/chrome/browser/chromeos/frame/browser_view.h
index 8df86cd2ed08e7e08c4cd456633792c9773a6c10..0260c00d068b2b1fcc7e79557e3351754ca0e77d 100644
--- a/chrome/browser/chromeos/frame/browser_view.h
+++ b/chrome/browser/chromeos/frame/browser_view.h
@@ -30,6 +30,10 @@ namespace chromeos {
class StatusAreaView;
class StatusAreaButton;
+#if defined(TOUCH_UI)
+class DOMBrowserView;
+#endif
+
// chromeos::BrowserView adds ChromeOS specific controls and menus to a
// BrowserView created with Browser::TYPE_NORMAL. This extender adds controls
@@ -83,6 +87,10 @@ class BrowserView : public ::BrowserView,
std::vector<AccessiblePaneView*>* panes);
private:
+#if defined(TOUCH_UI)
+ friend class DOMBrowserView;
+#endif
+
void InitSystemMenu();
// Status Area view.
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/chromeos/frame/browser_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698