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

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

Issue 26427002: Add always-on-top property to app windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge 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 630 matching lines...) Expand 10 before | Expand all | Expand 10 after
641 WEBRTCLOGGINGPRIVATE_UPLOAD, 641 WEBRTCLOGGINGPRIVATE_UPLOAD,
642 WEBRTCLOGGINGPRIVATE_DISCARD, 642 WEBRTCLOGGINGPRIVATE_DISCARD,
643 WEBVIEW_OVERRIDEUSERAGENT, 643 WEBVIEW_OVERRIDEUSERAGENT,
644 PRINCIPALSPRIVATE_SHOWAVATARBUBBLE, 644 PRINCIPALSPRIVATE_SHOWAVATARBUBBLE,
645 PRINCIPALSPRIVATE_SIGNOUT, 645 PRINCIPALSPRIVATE_SIGNOUT,
646 CAST_CHANNEL_OPEN, 646 CAST_CHANNEL_OPEN,
647 CAST_CHANNEL_SEND, 647 CAST_CHANNEL_SEND,
648 CAST_CHANNEL_CLOSE, 648 CAST_CHANNEL_CLOSE,
649 RUNTIME_RESTART, 649 RUNTIME_RESTART,
650 DESKTOPCAPTURE_CANCELCHOOSEDESKTOPMEDIA, 650 DESKTOPCAPTURE_CANCELCHOOSEDESKTOPMEDIA,
651 APP_CURRENTWINDOWINTERNAL_SETALWAYSONTOP,
651 ENUM_BOUNDARY // Last entry: Add new entries above. 652 ENUM_BOUNDARY // Last entry: Add new entries above.
652 }; 653 };
653 654
654 } // namespace functions 655 } // namespace functions
655 } // namespace extensions 656 } // namespace extensions
656 657
657 #endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_ 658 #endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_
OLDNEW
« no previous file with comments | « chrome/browser/extensions/api/app_window/app_window_apitest.cc ('k') | chrome/browser/ui/cocoa/apps/native_app_window_cocoa.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698