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

Unified Diff: chrome/browser/extensions/extension_tabs_module_constants.h

Issue 273048: Allow extensions to pin tabs:... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 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_tabs_module_constants.h
===================================================================
--- chrome/browser/extensions/extension_tabs_module_constants.h (revision 28937)
+++ chrome/browser/extensions/extension_tabs_module_constants.h (working copy)
@@ -21,6 +21,7 @@
extern const wchar_t kNewWindowIdKey[];
extern const wchar_t kOldPositionKey[];
extern const wchar_t kOldWindowIdKey[];
+extern const wchar_t kPinnedKey[];
extern const wchar_t kPopulateKey[];
extern const wchar_t kSelectedKey[];
extern const wchar_t kStatusKey[];

Powered by Google App Engine
This is Rietveld 408576698