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

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

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.cc
===================================================================
--- chrome/browser/extensions/extension_tabs_module_constants.cc (revision 28937)
+++ chrome/browser/extensions/extension_tabs_module_constants.cc (working copy)
@@ -17,6 +17,7 @@
const wchar_t kNewWindowIdKey[] = L"newWindowId";
const wchar_t kOldPositionKey[] = L"oldPosition";
const wchar_t kOldWindowIdKey[] = L"oldWindowId";
+const wchar_t kPinnedKey[] = L"pinned";
const wchar_t kPopulateKey[] = L"populate";
const wchar_t kSelectedKey[] = L"selected";
const wchar_t kStatusKey[] = L"status";

Powered by Google App Engine
This is Rietveld 408576698