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

Unified Diff: ui/aura/aura_switches.h

Issue 8890049: [Aura] Implement views-based applist. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased and address comments in #2 Created 9 years 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: ui/aura/aura_switches.h
diff --git a/ui/aura/aura_switches.h b/ui/aura/aura_switches.h
index dcb49ffb79a003d4a406240d2fc75ba88a5b5297..5dbf800dd789ba1861f1e9824a9abd507a1811a0 100644
--- a/ui/aura/aura_switches.h
+++ b/ui/aura/aura_switches.h
@@ -14,6 +14,7 @@ namespace switches {
AURA_EXPORT extern const char kAuraHostWindowSize[];
AURA_EXPORT extern const char kAuraNoShadows[];
AURA_EXPORT extern const char kAuraTranslucentFrames[];
+AURA_EXPORT extern const char kAuraViewsAppList[];
AURA_EXPORT extern const char kAuraWindowMode[];
AURA_EXPORT extern const char kAuraWindowModeCompact[];
AURA_EXPORT extern const char kAuraWindowModeNormal[];

Powered by Google App Engine
This is Rietveld 408576698