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

Unified Diff: chrome/browser/extensions/extension_event_names.cc

Issue 9234042: Re-land alexbost's experimental offscreenTabs API. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 9 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/browser/extensions/extension_event_names.cc
diff --git a/chrome/browser/extensions/extension_event_names.cc b/chrome/browser/extensions/extension_event_names.cc
index c127cd5947026ad2b733c8e703ffc938f0ed6491..821cdf927510648509167e815e99f72be94f6574 100644
--- a/chrome/browser/extensions/extension_event_names.cc
+++ b/chrome/browser/extensions/extension_event_names.cc
@@ -44,4 +44,6 @@ const char kOnSettingsChanged[] = "storage.onChanged";
const char kOnTerminalProcessOutput[] = "terminalPrivate.onProcessOutput";
+const char kOnOffscreenTabUpdated[] = "experimental.offscreenTabs.onUpdated";
+
} // namespace extension_event_names
« no previous file with comments | « chrome/browser/extensions/extension_event_names.h ('k') | chrome/browser/extensions/extension_function_dispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698