commit | ab3f6141ed600ad8f5a69b8768424dacb3318423 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Tue Jan 29 21:55:07 2013 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Tue Jan 29 21:55:07 2013 |
tree | aebff6bf96568626881dd51ee7a5788c50a34d4f | |
parent | 64ccac3e800377e6fb4f118fbb6da07bc693f275 [diff] [blame] |
Reland 178902 Implementation of sessionRestore apis. BUG=14737 TEST=ExtensionApiTest.SessionRestoreApis [email protected], [email protected] Review URL: https://chromiumcodereview.appspot.com/10735007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@179426 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/browser/extensions/extension_function_histogram_value.h b/chrome/browser/extensions/extension_function_histogram_value.h index f9ada076..efd4c112 100644 --- a/chrome/browser/extensions/extension_function_histogram_value.h +++ b/chrome/browser/extensions/extension_function_histogram_value.h
@@ -459,6 +459,8 @@ WEBVIEW_EXECUTESCRIPT, EXPERIMENTAL_NOTIFICATION_UPDATE, EXPERIMENTAL_NOTIFICATION_DELETE, + SESSIONRESTORE_GETRECENTLYCLOSED, + SESSIONRESTORE_RESTORE, ENUM_BOUNDARY // Last entry: Add new entries above. };