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

Unified Diff: chrome/browser/extensions/api/tabs/tabs_constants.h

Issue 149213003: Cleanup: Fix some lint/style errors in extensions code. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 6 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/api/tabs/tabs_constants.h
===================================================================
--- chrome/browser/extensions/api/tabs/tabs_constants.h (revision 247534)
+++ chrome/browser/extensions/api/tabs/tabs_constants.h (working copy)
@@ -23,7 +23,9 @@
extern const char kFormatKey[];
extern const char kFromIndexKey[];
extern const char kHeightKey[];
+extern const char kHighlightedKey[];
extern const char kIdKey[];
+extern const char kIncognitoKey[];
extern const char kIndexKey[];
extern const char kLastFocusedWindowKey[];
extern const char kLeftKey[];
@@ -34,7 +36,6 @@
extern const char kOpenerTabIdKey[];
extern const char kPinnedKey[];
extern const char kQualityKey[];
-extern const char kHighlightedKey[];
extern const char kRunAtKey[];
extern const char kSelectedKey[];
extern const char kShowStateKey[];
@@ -46,10 +47,9 @@
extern const char kToIndexKey[];
extern const char kTopKey[];
extern const char kUrlKey[];
+extern const char kWidthKey[];
extern const char kWindowClosing[];
-extern const char kWidthKey[];
extern const char kWindowIdKey[];
-extern const char kIncognitoKey[];
extern const char kWindowTypeKey[];
extern const char kWindowTypeLongKey[];
« no previous file with comments | « chrome/browser/extensions/api/push_messaging/push_messaging_api.cc ('k') | chrome/browser/extensions/extension_tab_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698