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

Unified Diff: chrome/browser/chromeos/app_mode/app_session_lifetime.h

Issue 13581008: cros: Explicitly manage app session lifetime. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: solution 2 Created 7 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/app_mode/app_session_lifetime.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/app_mode/app_session_lifetime.h
diff --git a/chrome/browser/chromeos/app_mode/app_session_lifetime.h b/chrome/browser/chromeos/app_mode/app_session_lifetime.h
new file mode 100644
index 0000000000000000000000000000000000000000..4472a20054ce0a3cab226b5569d8def8ac491e07
--- /dev/null
+++ b/chrome/browser/chromeos/app_mode/app_session_lifetime.h
@@ -0,0 +1,19 @@
+// Copyright 2013 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_CHROMEOS_APP_MODE_APP_SESSION_LIFETIME_H_
+#define CHROME_BROWSER_CHROMEOS_APP_MODE_APP_SESSION_LIFETIME_H_
+
+#include <string>
+
+class Profile;
+
+namespace chromeos {
+
+// Initializes an app session.
+void InitAppSession(Profile* profile, const std::string& app_id);
+
+} // namespace chromeos
+
+#endif // CHROME_BROWSER_CHROMEOS_APP_MODE_APP_SESSION_LIFETIME_H_
« no previous file with comments | « no previous file | chrome/browser/chromeos/app_mode/app_session_lifetime.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698