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

Unified Diff: chrome/renderer/extensions/app_runtime_custom_bindings.cc

Issue 10834261: Move chrome.experimental.app.onLaunched event handler to chrome.app.runtime.onLaunched. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Another merge before retrying commit. Created 8 years, 4 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 | « chrome/renderer/extensions/app_runtime_custom_bindings.h ('k') | chrome/renderer/extensions/dispatcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/extensions/app_runtime_custom_bindings.cc
diff --git a/chrome/renderer/extensions/experimental.app_custom_bindings.cc b/chrome/renderer/extensions/app_runtime_custom_bindings.cc
similarity index 92%
rename from chrome/renderer/extensions/experimental.app_custom_bindings.cc
rename to chrome/renderer/extensions/app_runtime_custom_bindings.cc
index 7e735d2a94913fd05d95249735b7cb744cbc31ad..0a593a2e7749f8a6b4dce6ed7cfd511642589a81 100644
--- a/chrome/renderer/extensions/experimental.app_custom_bindings.cc
+++ b/chrome/renderer/extensions/app_runtime_custom_bindings.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/renderer/extensions/experimental.app_custom_bindings.h"
+#include "chrome/renderer/extensions/app_runtime_custom_bindings.h"
#include "base/string_number_conversions.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebBlob.h"
@@ -44,7 +44,7 @@ v8::Handle<v8::Value> CreateBlob(const v8::Arguments &args) {
namespace extensions {
-ExperimentalAppCustomBindings::ExperimentalAppCustomBindings()
+AppRuntimeCustomBindings::AppRuntimeCustomBindings()
: ChromeV8Extension(NULL) {
RouteStaticFunction("DeserializeString", &DeserializeString);
RouteStaticFunction("CreateBlob", &CreateBlob);
« no previous file with comments | « chrome/renderer/extensions/app_runtime_custom_bindings.h ('k') | chrome/renderer/extensions/dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698