Chromium Code Reviews| Index: ui/aura/aura_switches.h |
| diff --git a/ui/aura/aura_switches.h b/ui/aura/aura_switches.h |
| index 884c1f3acbcea1beff8be5fe1f400c2766e16cec..53f9fb34f48e2ac68d59f4795d9afe9b0c099a9f 100644 |
| --- a/ui/aura/aura_switches.h |
| +++ b/ui/aura/aura_switches.h |
| @@ -10,9 +10,10 @@ |
| namespace switches { |
| +AURA_EXPORT extern const char kAuraConstrainedWindows[]; |
|
oshima
2011/12/08 21:57:03
There is ConstrainedWindow and may cause some conf
James Cook
2011/12/08 22:35:25
Yes, that's better. Done.
|
| AURA_EXPORT extern const char kAuraHostWindowSize[]; |
| AURA_EXPORT extern const char kAuraNoShadows[]; |
| -AURA_EXPORT extern const char kAuraWindows[]; |
| +AURA_EXPORT extern const char kAuraTranslucentFrames[]; |
| } // namespace switches |