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

Unified Diff: chrome/service/service_utility_process_host.cc

Issue 1100223002: Update {virtual,override} to follow C++11 style in chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 8 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 | « chrome/service/service_utility_process_host.h ('k') | chrome/test/base/test_browser_window.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/service/service_utility_process_host.cc
diff --git a/chrome/service/service_utility_process_host.cc b/chrome/service/service_utility_process_host.cc
index 50da0b7386af8afe58d429ccb36e0b5b4914e439..765a43080528588c8489d474280289dc6871b0ca 100644
--- a/chrome/service/service_utility_process_host.cc
+++ b/chrome/service/service_utility_process_host.cc
@@ -60,8 +60,7 @@ class ServiceSandboxedProcessLauncherDelegate
public:
ServiceSandboxedProcessLauncherDelegate() {}
- virtual void PreSpawnTarget(sandbox::TargetPolicy* policy,
- bool* success) override {
+ void PreSpawnTarget(sandbox::TargetPolicy* policy, bool* success) override {
// Service process may run as windows service and it fails to create a
// window station.
policy->SetAlternateDesktop(false);
« no previous file with comments | « chrome/service/service_utility_process_host.h ('k') | chrome/test/base/test_browser_window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698