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

Unified Diff: ash/shell/shell_delegate_impl.cc

Issue 2095193002: clang-format all of //ash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/shell/panel_window.cc ('k') | ash/shell/toplevel_window.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell/shell_delegate_impl.cc
diff --git a/ash/shell/shell_delegate_impl.cc b/ash/shell/shell_delegate_impl.cc
index ad478a85e1ccda0eee63a15b3c620d52ed499738..bac716c9bd14a58d1e792cdc230a690e44cc428c 100644
--- a/ash/shell/shell_delegate_impl.cc
+++ b/ash/shell/shell_delegate_impl.cc
@@ -192,11 +192,9 @@ bool ShellDelegateImpl::IsForceMaximizeOnFirstRun() const {
return false;
}
-void ShellDelegateImpl::PreInit() {
-}
+void ShellDelegateImpl::PreInit() {}
-void ShellDelegateImpl::PreShutdown() {
-}
+void ShellDelegateImpl::PreShutdown() {}
void ShellDelegateImpl::Exit() {
base::MessageLoop::current()->QuitWhenIdle();
@@ -206,16 +204,13 @@ keyboard::KeyboardUI* ShellDelegateImpl::CreateKeyboardUI() {
return new TestKeyboardUI;
}
-void ShellDelegateImpl::VirtualKeyboardActivated(bool activated) {
-}
+void ShellDelegateImpl::VirtualKeyboardActivated(bool activated) {}
void ShellDelegateImpl::AddVirtualKeyboardStateObserver(
- VirtualKeyboardStateObserver* observer) {
-}
+ VirtualKeyboardStateObserver* observer) {}
void ShellDelegateImpl::RemoveVirtualKeyboardStateObserver(
- VirtualKeyboardStateObserver* observer) {
-}
+ VirtualKeyboardStateObserver* observer) {}
void ShellDelegateImpl::OpenUrl(const GURL& url) {}
« no previous file with comments | « ash/shell/panel_window.cc ('k') | ash/shell/toplevel_window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698