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

Side by Side Diff: chrome/browser/extensions/extension_function_histogram_value.h

Issue 25305002: Implement initial chrome.browserAction.openPopup API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: move to interactive_ui_test Created 7 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 unified diff | Download patch
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_EXTENSIONS_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_ 5 #ifndef CHROME_BROWSER_EXTENSIONS_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_
6 #define CHROME_BROWSER_EXTENSIONS_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_ 6 #define CHROME_BROWSER_EXTENSIONS_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_
7 7
8 8
9 namespace extensions { 9 namespace extensions {
10 namespace functions { 10 namespace functions {
(...skipping 654 matching lines...) Expand 10 before | Expand all | Expand 10 after
665 NETWORKINGPRIVATE_DISABLENETWORKTYPE, 665 NETWORKINGPRIVATE_DISABLENETWORKTYPE,
666 SOCKETS_TCP_SERVER_CREATE, 666 SOCKETS_TCP_SERVER_CREATE,
667 SOCKETS_TCP_SERVER_UPDATE, 667 SOCKETS_TCP_SERVER_UPDATE,
668 SOCKETS_TCP_SERVER_SETPAUSED, 668 SOCKETS_TCP_SERVER_SETPAUSED,
669 SOCKETS_TCP_SERVER_LISTEN, 669 SOCKETS_TCP_SERVER_LISTEN,
670 SOCKETS_TCP_SERVER_DISCONNECT, 670 SOCKETS_TCP_SERVER_DISCONNECT,
671 SOCKETS_TCP_SERVER_CLOSE, 671 SOCKETS_TCP_SERVER_CLOSE,
672 SOCKETS_TCP_SERVER_GETINFO, 672 SOCKETS_TCP_SERVER_GETINFO,
673 SOCKETS_TCP_SERVER_GETSOCKETS, 673 SOCKETS_TCP_SERVER_GETSOCKETS,
674 SYSTEM_STORAGE_GETAVAILABLECAPACITY, 674 SYSTEM_STORAGE_GETAVAILABLECAPACITY,
675 BROWSERACTION_OPEN_POPUP,
675 ENUM_BOUNDARY // Last entry: Add new entries above. 676 ENUM_BOUNDARY // Last entry: Add new entries above.
676 }; 677 };
677 678
678 } // namespace functions 679 } // namespace functions
679 } // namespace extensions 680 } // namespace extensions
680 681
681 #endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_ 682 #endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698