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

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

Issue 21022018: Sessions API - previously Session Restore API. Supports restoring currently open foreign windows an… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 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 | Annotate | Revision Log
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 573 matching lines...) Expand 10 before | Expand all | Expand 10 after
584 DOWNLOADS_SETSHELFENABLED, 584 DOWNLOADS_SETSHELFENABLED,
585 RECOVERYPRIVATE_WRITEFROMURL, 585 RECOVERYPRIVATE_WRITEFROMURL,
586 RECOVERYPRIVATE_WRITEFROMFILE, 586 RECOVERYPRIVATE_WRITEFROMFILE,
587 RECOVERYPRIVATE_CANCELWRITE, 587 RECOVERYPRIVATE_CANCELWRITE,
588 RECOVERYPRIVATE_DESTROYPARTITIONS, 588 RECOVERYPRIVATE_DESTROYPARTITIONS,
589 FEEDBACKPRIVATE_GETSTRINGS, 589 FEEDBACKPRIVATE_GETSTRINGS,
590 LOGPRIVATE_GETHISTORICAL, 590 LOGPRIVATE_GETHISTORICAL,
591 EXPERIMENTAL_INPUT_VIRTUALKEYBOARD_MOVECURSOR, 591 EXPERIMENTAL_INPUT_VIRTUALKEYBOARD_MOVECURSOR,
592 METRICSPRIVATE_GETVARIATIONPARAMS, 592 METRICSPRIVATE_GETVARIATIONPARAMS,
593 WEBVIEW_SETPERMISSION, 593 WEBVIEW_SETPERMISSION,
594 SESSIONS_GETRECENTLYCLOSED,
595 SESSIONS_GETDEVICES,
596 SESSIONS_RESTORE,
594 ENUM_BOUNDARY // Last entry: Add new entries above. 597 ENUM_BOUNDARY // Last entry: Add new entries above.
595 }; 598 };
596 599
597 } // namespace functions 600 } // namespace functions
598 } // namespace extensions 601 } // namespace extensions
599 602
600 #endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_ 603 #endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_FUNCTION_HISTOGRAM_VALUE_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698