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

Unified Diff: base/win/metro.cc

Issue 10470002: Add ShellIntegration::ActivateMetroChrome, which launches Chrome in metro-mode on Windows 8. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: metro_exports -> metro Created 8 years, 7 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 | « base/win/metro.h ('k') | chrome/app/metro_driver_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/win/metro.cc
diff --git a/base/win/metro.cc b/base/win/metro.cc
index ab95b8aecebbfd34dbb0a6564b0f79d04225cee5..81e3bdaabbfef42e218f8011ed8d7b14deb35970 100644
--- a/base/win/metro.cc
+++ b/base/win/metro.cc
@@ -9,6 +9,8 @@
namespace base {
namespace win {
+const char kActivateApplication[] = "ActivateApplication";
+
HMODULE GetMetroModule() {
return GetModuleHandleA("metro_driver.dll");
}
@@ -22,4 +24,3 @@ wchar_t* LocalAllocAndCopyString(const string16& src) {
} // namespace win
} // namespace base
-
« no previous file with comments | « base/win/metro.h ('k') | chrome/app/metro_driver_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698