From 98aa0b5c0dd2f6721d7c1bb81fe87812fe5573ee Mon Sep 17 00:00:00 2001 From: "aa@chromium.org" Date: Thu, 6 May 2010 17:03:08 +0000 Subject: Rename all occurrences of "app extension" with "extension app" since we were using both and consistency is nice. Review URL: http://codereview.chromium.org/1924002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46576 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/sessions/session_service.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chrome/browser/sessions/session_service.h') diff --git a/chrome/browser/sessions/session_service.h b/chrome/browser/sessions/session_service.h index 278c94b..86421ca 100644 --- a/chrome/browser/sessions/session_service.h +++ b/chrome/browser/sessions/session_service.h @@ -197,9 +197,9 @@ class SessionService : public BaseSessionService, const NotificationDetails& details); // Sets the application extension id of the specified tab. - void SetTabAppExtensionID(const SessionID& window_id, + void SetTabExtensionAppID(const SessionID& window_id, const SessionID& tab_id, - const std::string& app_extension_id); + const std::string& extension_app_id); // Methods to create the various commands. It is up to the caller to delete // the returned the SessionCommand* object. -- cgit v1.1