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

Unified Diff: chrome/browser/guest_view/app_view/app_view_constants.h

Issue 354483004: Implement <appview> (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@app_view_skeleton
Patch Set: Fixed formatting Created 6 years, 5 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/browser/guest_view/app_view/app_view_constants.h
diff --git a/chrome/browser/guest_view/app_view/app_view_constants.h b/chrome/browser/guest_view/app_view/app_view_constants.h
new file mode 100644
index 0000000000000000000000000000000000000000..a6f29cfd80e4c80931413b5207efcea0a95b9f09
--- /dev/null
+++ b/chrome/browser/guest_view/app_view/app_view_constants.h
@@ -0,0 +1,19 @@
+// Copyright 2014 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.
+
+// Constants used for the AppView API.
+
+#ifndef CHROME_BROWSER_GUEST_VIEW_APP_VIEW_APP_VIEW_CONSTANTS_H_
+#define CHROME_BROWSER_GUEST_VIEW_APP_VIEW_APP_VIEW_CONSTANTS_H_
+
+namespace appview {
+
+// Parameters/properties on events.
+extern const char kAppID[];
+extern const char kEmbedderID[];
+extern const char kGuestInstanceID[];
+
+} // namespace appview
+
+#endif // CHROME_BROWSER_GUEST_VIEW_APP_VIEW_APP_VIEW_CONSTANTS_H_

Powered by Google App Engine
This is Rietveld 408576698