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

Unified Diff: chrome/renderer/browser_plugin/chrome_webview_constants.cc

Issue 12326168: Move <webview> API to chrome layer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge with ToT Created 7 years, 10 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/renderer/browser_plugin/chrome_webview_constants.cc
diff --git a/chrome/renderer/browser_plugin/chrome_webview_constants.cc b/chrome/renderer/browser_plugin/chrome_webview_constants.cc
new file mode 100644
index 0000000000000000000000000000000000000000..48cccb527a09e3d9aaac4adf291e04aab70d7bf2
--- /dev/null
+++ b/chrome/renderer/browser_plugin/chrome_webview_constants.cc
@@ -0,0 +1,20 @@
+// Copyright (c) 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.
+
+#include "chrome/renderer/browser_plugin/chrome_webview_constants.h"
+
+namespace chrome {
+
+namespace webview {
+
+// Method bindings.
+const char kMethodBack[] = "back";
+const char kMethodForward[] = "forward";
+const char kMethodGo[] = "go";
+const char kMethodReload[] = "reload";
+const char kMethodStop[] = "stop";
+
+} // namespace webview
+
+} // namespace chrome
« no previous file with comments | « chrome/renderer/browser_plugin/chrome_webview_constants.h ('k') | chrome/renderer/chrome_content_renderer_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698