diff options
Diffstat (limited to 'ash/ash_switches.cc')
-rw-r--r-- | ash/ash_switches.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc index 8ffd94b..30857a8 100644 --- a/ash/ash_switches.cc +++ b/ash/ash_switches.cc @@ -11,6 +11,9 @@ namespace ash { namespace switches { +// Use Google-style dialog box frames. +const char kAuraGoogleDialogFrames[] = "aura-google-dialog-frames"; + // Avoid drawing drop shadows under windows. const char kAuraNoShadows[] = "aura-no-shadows"; |