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

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: merge / rebase Created 8 years, 11 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 9f25a7a17abf8d08b70b60f2ffdd72fb3cbc71d1..521d30b42c30e1cd0976abd2e5bdef53acd6ee39 100644
--- a/chrome/browser/extensions/extension_event_names.cc
+++ b/chrome/browser/extensions/extension_event_names.cc
@@ -42,4 +42,6 @@ const char kOnSettingsChanged[] = "storage.onChanged";
const char kOnTerminalProcessOutput[] = "terminalPrivate.onProcessOutput";
+const char kOnOffscreenTabUpdated[] = "experimental.offscreenTabs.onUpdated";
+
} // namespace extension_event_names

Powered by Google App Engine
This is Rietveld 408576698