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

Unified Diff: chrome/common/app_mode.h

Issue 9618021: Infrastructure to improve app mode stub <-> Chrome main communication. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Another approach Created 8 years, 9 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
Index: chrome/common/app_mode.h
diff --git a/chrome/common/app_mode.h b/chrome/common/app_mode.h
new file mode 100644
index 0000000000000000000000000000000000000000..1b6b137c08620ba5ea87299b6f89748a900d8b28
--- /dev/null
+++ b/chrome/common/app_mode.h
@@ -0,0 +1,15 @@
+// Copyright (c) 2012 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_COMMON_APP_MODE_H_
+#define CHROME_COMMON_APP_MODE_H_
+#pragma once
+
+namespace app_mode {
+
+bool IsRunningInAppMode();
sail 2012/03/06 23:29:23 Should this move into shell_integration.h? If not
+
+} // namespace app_mode
+
+#endif // CHROME_COMMON_APP_MODE_H_

Powered by Google App Engine
This is Rietveld 408576698