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

Unified Diff: chrome/renderer/resources/renderer_extension_bindings.js

Issue 7253001: Added a private chromeAuthPrivate API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed unittest failure Created 9 years, 6 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/resources/renderer_extension_bindings.js
diff --git a/chrome/renderer/resources/renderer_extension_bindings.js b/chrome/renderer/resources/renderer_extension_bindings.js
index e55af2d306a8c281c83440e3cfe5593d1f290cdf..ed78a7b49f9341144e439737681b4ddc657cbd08 100644
--- a/chrome/renderer/resources/renderer_extension_bindings.js
+++ b/chrome/renderer/resources/renderer_extension_bindings.js
@@ -294,6 +294,7 @@ var chrome = chrome || {};
// Entire namespaces.
"bookmarks",
"browserAction",
+ "chromeAuthPrivate",
"chromePrivate",
"chromeosInfoPrivate",
"contextMenus",

Powered by Google App Engine
This is Rietveld 408576698