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

Unified Diff: chrome/common/notification_type.h

Issue 4924001: JavaScript to Value bridge. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix documentation. Created 10 years 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/common/notification_type.h
diff --git a/chrome/common/notification_type.h b/chrome/common/notification_type.h
index 3adc3ff0641b0c44e990cc25a5031437286350b8..312d4793ec52bf14abeeaf620f6ee0275911ef4a 100644
--- a/chrome/common/notification_type.h
+++ b/chrome/common/notification_type.h
@@ -510,7 +510,7 @@ class NotificationType {
// invoked on. The details are a std::pair<int, Value*> with the int giving
// the id returned from ExecuteJavascriptInWebFrameNotifyResult and the
// Value the results of the javascript expression. The Value is owned by
- // RenderViewHost.
+ // RenderViewHost and may be a Null Value.
EXECUTE_JAVASCRIPT_RESULT,
// BackgroundContents ------------------------------------------------------
« no previous file with comments | « chrome/browser/renderer_host/test/render_view_host_browsertest.cc ('k') | chrome/common/render_messages_internal.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698