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

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

Issue 9701002: Aura/ash split: Split the extra parts into ash and aura parts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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/browser.h
diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
index 9f0c5c39c0ac9e19583f97762c789009e80dc99c..20a6600041a3cec83ebe3696cbd9dfc02641e1af 100644
--- a/chrome/browser/ui/browser.h
+++ b/chrome/browser/ui/browser.h
@@ -282,7 +282,7 @@ class Browser : public TabHandlerDelegate,
const GURL& override_url,
WindowOpenDisposition disposition);
-#if defined(USE_AURA)
+#if defined(USE_ASH)
// Opens |url| in a new application panel window for the specified url.
static content::WebContents* OpenApplicationPanel(
Profile* profile,

Powered by Google App Engine
This is Rietveld 408576698