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

Unified Diff: chrome/browser/browser_util_win.h

Issue 2098713003: Moved a bunch of win-specific files to the new win folder in chrome/browser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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 | « chrome/browser/browser_shutdown.cc ('k') | chrome/browser/browser_util_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser_util_win.h
diff --git a/chrome/browser/browser_util_win.h b/chrome/browser/browser_util_win.h
deleted file mode 100644
index c67e533f81c29ba55cd2c1bd103bfae3e6f7ea31..0000000000000000000000000000000000000000
--- a/chrome/browser/browser_util_win.h
+++ /dev/null
@@ -1,19 +0,0 @@
-// 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_BROWSER_UTIL_WIN_H_
-#define CHROME_BROWSER_BROWSER_UTIL_WIN_H_
-
-namespace browser_util {
-
-// Check if current chrome.exe is already running as a browser process by trying
-// to create a Global event with name same as full path of chrome.exe. This
-// method caches the handle to this event so on subsequent calls also it can
-// first close the handle and check for any other process holding the handle to
-// the event.
-bool IsBrowserAlreadyRunning();
-
-} // namespace browser_util
-
-#endif // CHROME_BROWSER_BROWSER_UTIL_WIN_H_
« no previous file with comments | « chrome/browser/browser_shutdown.cc ('k') | chrome/browser/browser_util_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698