Home
last modified time | relevance | path

Searched refs:expected_app_id (Results 1 – 1 of 1) sorted by relevance

/external/chromium/chrome/browser/
Dshell_integration_win.cc89 std::wstring* expected_app_id) const;
173 std::wstring expected_app_id; in MigrateWin7ShortcutsInPath() local
174 if (!GetExpectedAppId(shell_link, &expected_app_id) || in MigrateWin7ShortcutsInPath()
175 expected_app_id.empty()) in MigrateWin7ShortcutsInPath()
182 if (expected_app_id != existing_app_id) { in MigrateWin7ShortcutsInPath()
190 expected_app_id.c_str()); in MigrateWin7ShortcutsInPath()
197 std::wstring* expected_app_id) const { in GetExpectedAppId()
199 DCHECK(expected_app_id); in GetExpectedAppId()
201 expected_app_id->clear(); in GetExpectedAppId()
239 expected_app_id->assign(ShellIntegration::GetAppId(app_name, profile_path)); in GetExpectedAppId()