diff options
Diffstat (limited to 'chrome/browser/ui/views/aura/aura_init.h')
-rw-r--r-- | chrome/browser/ui/views/aura/aura_init.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/chrome/browser/ui/views/aura/aura_init.h b/chrome/browser/ui/views/aura/aura_init.h new file mode 100644 index 0000000..d516e67 --- /dev/null +++ b/chrome/browser/ui/views/aura/aura_init.h @@ -0,0 +1,16 @@ +// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +#ifndef CHROME_BROWSER_UI_VIEWS_AURA_AURA_INIT_H_ +#define CHROME_BROWSER_UI_VIEWS_AURA_AURA_INIT_H_ +#pragma once + +namespace browser { + +// Creates and shows the Aura Desktop. Called from BrowserMain(). +void InitAuraDesktop(); + +} + +#endif // CHROME_BROWSER_UI_VIEWS_AURA_AURA_INIT_H_ |