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

Side by Side Diff: ash/shell/shell_delegate_impl.h

Issue 15937008: Unify ActivateCellular into network_connect.cc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 6 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | ash/shell/shell_delegate_impl.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef ASH_SHELL_SHELL_DELEGATE_IMPL_H_ 5 #ifndef ASH_SHELL_SHELL_DELEGATE_IMPL_H_
6 #define ASH_SHELL_SHELL_DELEGATE_IMPL_H_ 6 #define ASH_SHELL_SHELL_DELEGATE_IMPL_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "ash/shell_delegate.h" 10 #include "ash/shell_delegate.h"
(...skipping 21 matching lines...) Expand all
32 virtual bool IsRunningInForcedAppMode() const OVERRIDE; 32 virtual bool IsRunningInForcedAppMode() const OVERRIDE;
33 virtual void PreInit() OVERRIDE; 33 virtual void PreInit() OVERRIDE;
34 virtual void Shutdown() OVERRIDE; 34 virtual void Shutdown() OVERRIDE;
35 virtual void Exit() OVERRIDE; 35 virtual void Exit() OVERRIDE;
36 virtual void NewTab() OVERRIDE; 36 virtual void NewTab() OVERRIDE;
37 virtual void NewWindow(bool incognito) OVERRIDE; 37 virtual void NewWindow(bool incognito) OVERRIDE;
38 virtual void ToggleFullscreen() OVERRIDE; 38 virtual void ToggleFullscreen() OVERRIDE;
39 virtual void ToggleMaximized() OVERRIDE; 39 virtual void ToggleMaximized() OVERRIDE;
40 virtual void OpenFileManager(bool as_dialog) OVERRIDE; 40 virtual void OpenFileManager(bool as_dialog) OVERRIDE;
41 virtual void OpenCrosh() OVERRIDE; 41 virtual void OpenCrosh() OVERRIDE;
42 virtual void OpenMobileSetup(const std::string& service_path) OVERRIDE;
43 virtual void RestoreTab() OVERRIDE; 42 virtual void RestoreTab() OVERRIDE;
44 virtual void ShowKeyboardOverlay() OVERRIDE; 43 virtual void ShowKeyboardOverlay() OVERRIDE;
45 virtual keyboard::KeyboardControllerProxy* 44 virtual keyboard::KeyboardControllerProxy*
46 CreateKeyboardControllerProxy() OVERRIDE; 45 CreateKeyboardControllerProxy() OVERRIDE;
47 virtual void ShowTaskManager() OVERRIDE; 46 virtual void ShowTaskManager() OVERRIDE;
48 virtual content::BrowserContext* GetCurrentBrowserContext() OVERRIDE; 47 virtual content::BrowserContext* GetCurrentBrowserContext() OVERRIDE;
49 virtual void ToggleSpokenFeedback( 48 virtual void ToggleSpokenFeedback(
50 AccessibilityNotificationVisibility notify) OVERRIDE; 49 AccessibilityNotificationVisibility notify) OVERRIDE;
51 virtual bool IsSpokenFeedbackEnabled() const OVERRIDE; 50 virtual bool IsSpokenFeedbackEnabled() const OVERRIDE;
52 virtual void ToggleHighContrast() OVERRIDE; 51 virtual void ToggleHighContrast() OVERRIDE;
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 bool screen_magnifier_enabled_; 90 bool screen_magnifier_enabled_;
92 MagnifierType screen_magnifier_type_; 91 MagnifierType screen_magnifier_type_;
93 92
94 DISALLOW_COPY_AND_ASSIGN(ShellDelegateImpl); 93 DISALLOW_COPY_AND_ASSIGN(ShellDelegateImpl);
95 }; 94 };
96 95
97 } // namespace shell 96 } // namespace shell
98 } // namespace ash 97 } // namespace ash
99 98
100 #endif // ASH_SHELL_SHELL_DELEGATE_IMPL_H_ 99 #endif // ASH_SHELL_SHELL_DELEGATE_IMPL_H_
OLDNEW
« no previous file with comments | « no previous file | ash/shell/shell_delegate_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698