Index: chrome/browser/guest_view/extension_options/extension_options_constants.h |
diff --git a/chrome/browser/guest_view/extension_options/extension_options_constants.h b/chrome/browser/guest_view/extension_options/extension_options_constants.h |
new file mode 100644 |
index 0000000000000000000000000000000000000000..dcdeb12b33c18952d38ccdfe6d9291866effff59 |
--- /dev/null |
+++ b/chrome/browser/guest_view/extension_options/extension_options_constants.h |
@@ -0,0 +1,13 @@ |
+// 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. |
+ |
+#ifndef CHROME_BROWSER_GUEST_VIEW_EXTENSION_OPTIONS_EXTENSION_OPTIONS_CONSTANTS_H_ |
+#define CHROME_BROWSER_GUEST_VIEW_EXTENSION_OPTIONS_EXTENSION_OPTIONS_CONSTANTS_H_ |
+ |
+namespace extensionoptions { |
+ // create_params keys |
+ extern const char kExtensionId[]; |
+} // namespace extensionoptions |
+ |
+#endif // CHROME_BROWSER_GUEST_VIEW_EXTENSION_OPTIONS_EXTENSION_OPTIONS_CONSTANTS_H_ |