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

Unified Diff: chrome/browser/extensions/extension_tabs_module.cc

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: Rebase to trunk to try again 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
« no previous file with comments | « chrome/browser/chrome_content_browser_client.cc ('k') | chrome/browser/ui/browser.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/extension_tabs_module.cc
diff --git a/chrome/browser/extensions/extension_tabs_module.cc b/chrome/browser/extensions/extension_tabs_module.cc
index dbf198bc71c1fd73545ff35ba40c7c0bf1c79986..7548cec6bd70b83dd3892414a4c15dd75b143993 100644
--- a/chrome/browser/extensions/extension_tabs_module.cc
+++ b/chrome/browser/extensions/extension_tabs_module.cc
@@ -63,7 +63,7 @@
#include "ui/gfx/codec/jpeg_codec.h"
#include "ui/gfx/codec/png_codec.h"
-#if defined(USE_AURA)
+#if defined(USE_ASH)
#include "ash/ash_switches.h"
#include "base/command_line.h"
#include "chrome/browser/ui/views/ash/panel_view_aura.h"
@@ -576,7 +576,7 @@ bool CreateWindowFunction::RunImpl() {
#if !defined(OS_ANDROID)
use_panels = PanelManager::ShouldUsePanels(extension_id);
#endif
-#if defined(USE_AURA)
+#if defined(USE_ASH)
if (CommandLine::ForCurrentProcess()->HasSwitch(
ash::switches::kAuraPanelManager))
use_panels = true;
@@ -592,7 +592,7 @@ bool CreateWindowFunction::RunImpl() {
}
}
-#if defined(USE_AURA)
+#if defined(USE_ASH)
// Aura Panels create a new PanelViewAura.
if (CommandLine::ForCurrentProcess()->HasSwitch(
ash::switches::kAuraPanelManager) &&
« no previous file with comments | « chrome/browser/chrome_content_browser_client.cc ('k') | chrome/browser/ui/browser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698