diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-11 04:03:40 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-11 04:03:40 +0000 |
commit | e4612da65df7f8764f342d0a18edb58e316881aa (patch) | |
tree | 0456be800a6775c51583b848fff3e8912c3bf6f4 /ash/ash_switches.cc | |
parent | f5e48efdedc31d00f6a7ccda5be9ed34c11357f6 (diff) | |
download | chromium_src-e4612da65df7f8764f342d0a18edb58e316881aa.zip chromium_src-e4612da65df7f8764f342d0a18edb58e316881aa.tar.gz chromium_src-e4612da65df7f8764f342d0a18edb58e316881aa.tar.bz2 |
Revert 117165 - Allow a Views client to provide a default frameview for window widgets.
Provides a default one in Ash that will be used to match kennedy-spec.
Much tweaking is needed, but that can come in future CLs.
http://crbug.com/109138
TEST=none
Review URL: http://codereview.chromium.org/9166014
TBR=ben@chromium.org
Review URL: http://codereview.chromium.org/9166035
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@117168 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash_switches.cc')
-rw-r--r-- | ash/ash_switches.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc index 30857a8..8ffd94b 100644 --- a/ash/ash_switches.cc +++ b/ash/ash_switches.cc @@ -11,9 +11,6 @@ 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"; |