summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_event_names.h
diff options
context:
space:
mode:
authorjstritar@chromium.org <jstritar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-21 19:56:35 +0000
committerjstritar@chromium.org <jstritar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-21 19:56:35 +0000
commit45c75e6513af5c124c0c8d7ed866227a6c848e98 (patch)
treee679d0b79ffdb01523d8a934fa762f72d621418b /chrome/browser/extensions/extension_event_names.h
parentd7bc74ab00e36f4770425091be99b04fcf923b54 (diff)
downloadchromium_src-45c75e6513af5c124c0c8d7ed866227a6c848e98.zip
chromium_src-45c75e6513af5c124c0c8d7ed866227a6c848e98.tar.gz
chromium_src-45c75e6513af5c124c0c8d7ed866227a6c848e98.tar.bz2
Re-land alexbost's experimental offscreenTabs API.
Original code review: http://codereview.chromium.org/7720002/ A followup code review: http://chromiumcodereview.appspot.com/9150052/ This includes some refactoring to simplify and reduce the code size: - sharing more code between tabs and offscreenTabs - splitting up and fixing the browser tests - forbidding use of the API from a background page BUG=110833 TEST=OffscreenTabsApiTest.* Review URL: https://chromiumcodereview.appspot.com/9813014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128037 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/extensions/extension_event_names.h')
-rw-r--r--chrome/browser/extensions/extension_event_names.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/extensions/extension_event_names.h b/chrome/browser/extensions/extension_event_names.h
index 200328d..e1a7fc8 100644
--- a/chrome/browser/extensions/extension_event_names.h
+++ b/chrome/browser/extensions/extension_event_names.h
@@ -54,6 +54,9 @@ extern const char kOnSettingsChanged[];
// TerminalPrivate.
extern const char kOnTerminalProcessOutput[];
+// OffscreenTabs.
+extern const char kOnOffscreenTabUpdated[];
+
}; // namespace extension_event_names
#endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_EVENT_NAMES_H_