diff options
author | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-06 17:03:08 +0000 |
---|---|---|
committer | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-06 17:03:08 +0000 |
commit | 98aa0b5c0dd2f6721d7c1bb81fe87812fe5573ee (patch) | |
tree | 77dd37111cdb925321816cc66da4110d43a03880 /chrome/browser/sessions/session_service.h | |
parent | 54903eaa08bde272797e0f2a6befa213dd93b9b6 (diff) | |
download | chromium_src-98aa0b5c0dd2f6721d7c1bb81fe87812fe5573ee.zip chromium_src-98aa0b5c0dd2f6721d7c1bb81fe87812fe5573ee.tar.gz chromium_src-98aa0b5c0dd2f6721d7c1bb81fe87812fe5573ee.tar.bz2 |
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
Diffstat (limited to 'chrome/browser/sessions/session_service.h')
-rw-r--r-- | chrome/browser/sessions/session_service.h | 4 |
1 files changed, 2 insertions, 2 deletions
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. |