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

Unified Diff: ash/ash_switches.cc

Issue 9166014: Allow a Views client to provide a default frameview for window widgets. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 8 years, 11 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: ash/ash_switches.cc
===================================================================
--- ash/ash_switches.cc (revision 117091)
+++ ash/ash_switches.cc (working copy)
@@ -34,5 +34,8 @@
// Use Aura-style workspace window dragging and sizing.
const char kAuraWorkspaceManager[] = "aura-workspace-manager";
+// Use Kennedy-style dialog box frames.
+const char kAuraKennedyDialogFrames[] = "aura-kennedy-dialog-frames";
+
} // namespace switches
} // namespace ash

Powered by Google App Engine
This is Rietveld 408576698